Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V15: Updated OpenApi.json and TypeScript client #17507

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
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
26 changes: 15 additions & 11 deletions src/Umbraco.Cms.Api.Management/OpenApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -22887,8 +22887,8 @@
],
"operationId": "PostPublishedCacheCollect",
"responses": {
"200": {
"description": "OK",
"501": {
"description": "Not Implemented",
"headers": {
"Umb-Notifications": {
"description": "The list of notifications produced during the request.",
Expand All @@ -22906,6 +22906,7 @@
"description": "The resource is protected and requires an authentication token"
}
},
"deprecated": true,
"security": [
{
"Backoffice User": [ ]
Expand Down Expand Up @@ -22986,20 +22987,14 @@
],
"operationId": "GetPublishedCacheStatus",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
"501": {
"description": "Not Implemented"
},
"401": {
"description": "The resource is protected and requires an authentication token"
}
},
"deprecated": true,
"security": [
{
"Backoffice User": [ ]
Expand Down Expand Up @@ -33361,6 +33356,9 @@
},
"401": {
"description": "The resource is protected and requires an authentication token"
},
"403": {
"description": "The authenticated user do not have access to this resource"
}
},
"security": [
Expand Down Expand Up @@ -33562,6 +33560,9 @@
},
"401": {
"description": "The resource is protected and requires an authentication token"
},
"403": {
"description": "The authenticated user do not have access to this resource"
}
},
"security": [
Expand Down Expand Up @@ -33863,6 +33864,9 @@
},
"401": {
"description": "The resource is protected and requires an authentication token"
},
"403": {
"description": "The authenticated user do not have access to this resource"
}
},
"security": [
Expand Down
Loading
Loading