Skip to content

Commit e68e6fb

Browse files
committed
chore: regenerate administration openapi schema
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 47e8b25 commit e68e6fb

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

openapi-administration.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4758,6 +4758,36 @@
47584758
}
47594759
}
47604760
},
4761+
"400": {
4762+
"description": "User-scope not supported",
4763+
"content": {
4764+
"application/json": {
4765+
"schema": {
4766+
"type": "object",
4767+
"required": [
4768+
"ocs"
4769+
],
4770+
"properties": {
4771+
"ocs": {
4772+
"type": "object",
4773+
"required": [
4774+
"meta",
4775+
"data"
4776+
],
4777+
"properties": {
4778+
"meta": {
4779+
"$ref": "#/components/schemas/OCSMeta"
4780+
},
4781+
"data": {
4782+
"$ref": "#/components/schemas/ErrorResponse"
4783+
}
4784+
}
4785+
}
4786+
}
4787+
}
4788+
}
4789+
}
4790+
},
47614791
"403": {
47624792
"description": "Forbidden",
47634793
"content": {

0 commit comments

Comments
 (0)