Skip to content

Commit

Permalink
Update schema & add response type
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 13, 2024
1 parent b9b00c6 commit ae3e5f8
Show file tree
Hide file tree
Showing 4 changed files with 4,719 additions and 739 deletions.
24 changes: 20 additions & 4 deletions assets/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2360,10 +2360,7 @@
}
},
"poll": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Poll"
}
"$ref": "#/components/schemas/Poll"
},
"id": {
"type": "string"
Expand Down Expand Up @@ -10326,6 +10323,25 @@
]
}
},
"/policies/instance/connections/": {
"get": {
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIConnectionsConfiguration"
}
}
}
}
},
"tags": [
"policies"
]
}
},
"/ping/": {
"get": {
"responses": {
Expand Down
Loading

0 comments on commit ae3e5f8

Please sign in to comment.