Skip to content

Commit e292257

Browse files
author
github-actions
committed
Update REST API documentation Mon Mar 23 14:04:01 UTC 2026
1 parent ce4cae7 commit e292257

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

restapi.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6002,6 +6002,16 @@
60026002
}
60036003
}
60046004
}
6005+
},
6006+
"405": {
6007+
"description": "Failure",
6008+
"content": {
6009+
"application/json": {
6010+
"schema": {
6011+
"$ref": "#/components/schemas/UnauthorizedResponse"
6012+
}
6013+
}
6014+
}
60056015
}
60066016
}
60076017
},
@@ -6044,7 +6054,7 @@
60446054
}
60456055
},
60466056
"responses": {
6047-
"201": {
6057+
"200": {
60486058
"description": "Success",
60496059
"content": {
60506060
"application/json": {
@@ -6064,6 +6074,16 @@
60646074
}
60656075
}
60666076
},
6077+
"405": {
6078+
"description": "Failure",
6079+
"content": {
6080+
"application/json": {
6081+
"schema": {
6082+
"$ref": "#/components/schemas/UnauthorizedResponse"
6083+
}
6084+
}
6085+
}
6086+
},
60676087
"422": {
60686088
"description": "Failure",
60696089
"content": {
@@ -6126,6 +6146,16 @@
61266146
}
61276147
}
61286148
}
6149+
},
6150+
"405": {
6151+
"description": "Failure",
6152+
"content": {
6153+
"application/json": {
6154+
"schema": {
6155+
"$ref": "#/components/schemas/UnauthorizedResponse"
6156+
}
6157+
}
6158+
}
61296159
}
61306160
}
61316161
}

0 commit comments

Comments
 (0)