Skip to content

Commit 82c99f8

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

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

openapi-full.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9107,6 +9107,36 @@
91079107
}
91089108
}
91099109
}
9110+
},
9111+
"400": {
9112+
"description": "User-scope not supported",
9113+
"content": {
9114+
"application/json": {
9115+
"schema": {
9116+
"type": "object",
9117+
"required": [
9118+
"ocs"
9119+
],
9120+
"properties": {
9121+
"ocs": {
9122+
"type": "object",
9123+
"required": [
9124+
"meta",
9125+
"data"
9126+
],
9127+
"properties": {
9128+
"meta": {
9129+
"$ref": "#/components/schemas/OCSMeta"
9130+
},
9131+
"data": {
9132+
"$ref": "#/components/schemas/ErrorResponse"
9133+
}
9134+
}
9135+
}
9136+
}
9137+
}
9138+
}
9139+
}
91109140
}
91119141
}
91129142
}
@@ -14896,6 +14926,36 @@
1489614926
}
1489714927
}
1489814928
},
14929+
"400": {
14930+
"description": "User-scope not supported",
14931+
"content": {
14932+
"application/json": {
14933+
"schema": {
14934+
"type": "object",
14935+
"required": [
14936+
"ocs"
14937+
],
14938+
"properties": {
14939+
"ocs": {
14940+
"type": "object",
14941+
"required": [
14942+
"meta",
14943+
"data"
14944+
],
14945+
"properties": {
14946+
"meta": {
14947+
"$ref": "#/components/schemas/OCSMeta"
14948+
},
14949+
"data": {
14950+
"$ref": "#/components/schemas/ErrorResponse"
14951+
}
14952+
}
14953+
}
14954+
}
14955+
}
14956+
}
14957+
}
14958+
},
1489914959
"403": {
1490014960
"description": "Forbidden",
1490114961
"content": {

0 commit comments

Comments
 (0)