Skip to content

Commit 858477b

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 8a089d4 commit 858477b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

openapi/openapi.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38002,6 +38002,30 @@ paths:
3800238002
errors: null
3800338003
metadata:
3800438004
requestId: 019c8c34-64f3-7328-af43-bf1e34fa39d7
38005+
403:
38006+
description: Forbidden
38007+
content:
38008+
application/json:
38009+
schema:
38010+
type: object
38011+
properties:
38012+
data:
38013+
type:
38014+
- object
38015+
- 'null'
38016+
errors:
38017+
$ref: '#/components/schemas/Errors'
38018+
metadata:
38019+
$ref: '#/components/schemas/Metadata'
38020+
example:
38021+
data: null
38022+
errors:
38023+
-
38024+
errorCode: cannot-delete-page
38025+
message: 'Page with ID "404" cannot be deleted!'
38026+
instance: '404'
38027+
metadata:
38028+
requestId: 019c8c34-64f3-7328-af43-bf1e34fa39d7
3800538029
summary: 'Delete of page'
3800638030
operationId: deletePage
3800738031
description: 'Deletes the page.'

0 commit comments

Comments
 (0)