Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitbook/assets/_api-reference-docs-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
},
"NotFoundError": {
"description": "The requested resource doesn't exist"
},
"InvalidContentTypeError": {
"description": "Content-Type must be multipart/form-data or application/json"
}
},
"parameters": {
Expand Down Expand Up @@ -1479,6 +1482,9 @@
"204": {
"description": "The logo was saved successfully."
},
"400": {
"$ref": "#/components/responses/InvalidContentTypeError"
},
"401": {
"$ref": "#/components/responses/UnauthorizedError"
},
Expand Down Expand Up @@ -1536,6 +1542,9 @@
"204": {
"description": "The background image was saved successfully."
},
"400": {
"$ref": "#/components/responses/InvalidContentTypeError"
},
"401": {
"$ref": "#/components/responses/UnauthorizedError"
},
Expand Down Expand Up @@ -1593,6 +1602,9 @@
"204": {
"description": "The knock page background image was saved successfully."
},
"400": {
"$ref": "#/components/responses/InvalidContentTypeError"
},
"401": {
"$ref": "#/components/responses/UnauthorizedError"
},
Expand Down