Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jul 23, 2024
1 parent 0a4d1c3 commit 3188da9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 50 deletions.
42 changes: 13 additions & 29 deletions v7.5/stroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -1545,17 +1545,20 @@
"tags" : [ "Authentication" ]
}
},
"/authentication/v1/noauth/reset/{email}" : {
"get" : {
"/authentication/v1/noauth/reset" : {
"post" : {
"operationId" : "resetEmail",
"parameters" : [ {
"in" : "path",
"name" : "email",
"required" : true,
"schema" : {
"type" : "string"
}
} ],
"requestBody" : {
"content" : {
"application/json" : {
"schema" : {
"type" : "string"
}
}
},
"description" : "email",
"required" : true
},
"responses" : {
"default" : {
"content" : {
Expand Down Expand Up @@ -1928,25 +1931,6 @@
"tags" : [ "Global Config" ]
}
},
"/config/v1/noauth/fetchUiConfig" : {
"get" : {
"operationId" : "fetchUiConfig",
"responses" : {
"default" : {
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/UiConfig"
}
}
},
"description" : "default response"
}
},
"summary" : "Fetch the UI configuration",
"tags" : [ "Global Config" ]
}
},
"/config/v1/nodeProperties/{nodeName}" : {
"post" : {
"operationId" : "listConfigPropertiesByNode",
Expand Down
28 changes: 8 additions & 20 deletions v7.5/stroom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,15 +1068,16 @@ paths:
summary: Log a user out of their session
tags:
- Authentication
/authentication/v1/noauth/reset/{email}:
get:
/authentication/v1/noauth/reset:
post:
operationId: resetEmail
parameters:
- in: path
name: email
requestBody:
content:
application/json:
schema:
type: string
description: email
required: true
schema:
type: string
responses:
default:
content:
Expand Down Expand Up @@ -1333,19 +1334,6 @@ paths:
summary: Fetch the extended UI configuration
tags:
- Global Config
/config/v1/noauth/fetchUiConfig:
get:
operationId: fetchUiConfig
responses:
default:
content:
application/json:
schema:
$ref: '#/components/schemas/UiConfig'
description: default response
summary: Fetch the UI configuration
tags:
- Global Config
/config/v1/nodeProperties/{nodeName}:
post:
operationId: listConfigPropertiesByNode
Expand Down
2 changes: 1 addition & 1 deletion v7.5/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.5-beta.7
v7.5-beta.8

0 comments on commit 3188da9

Please sign in to comment.