Skip to content

Commit

Permalink
chore: update api schema dump
Browse files Browse the repository at this point in the history
Co-authored-by: octodog <[email protected]>
  • Loading branch information
fregataa and lablup-octodog committed Jan 24, 2025
1 parent 374793c commit 7878bde
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/manager/rest-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,35 @@
"description": "\nDelete `delete-pending` vfolders in storage proxy\n\n\n**Preconditions:**\n* User privilege required.\n"
}
},
"/folders/{name}/force": {
"delete": {
"operationId": "folders.force_delete",
"tags": [
"folders"
],
"responses": {
"200": {
"description": "Successful response"
}
},
"security": [
{
"TokenAuth": []
}
],
"parameters": [
{
"name": "name",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"description": "\n**Preconditions:**\n* User privilege required.\n* Manager status required: RUNNING\n"
}
},
"/folders/invitations/list-sent": {
"get": {
"operationId": "folders.list_sent_invitations",
Expand Down

0 comments on commit 7878bde

Please sign in to comment.