Skip to content

Commit

Permalink
add force to purge parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Sep 11, 2023
1 parent f250f56 commit 1e4b862
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
},
{
"$ref": "#/parameters/WorkspaceNameParameter"
},
{
"$ref": "#/parameters/WorkspaceForceToPurgeParameter"
}
],
"responses": {
Expand Down Expand Up @@ -2341,6 +2344,14 @@
"type": "string",
"x-ms-parameter-location": "method",
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$"
},
"WorkspaceForceToPurgeParameter": {
"in": "query",
"name": "forceToPurge",
"description": "Flag to indicate delete is a purge request.",
"type": "boolean",
"default": false,
"x-ms-parameter-location": "method"
}
},
"definitions": {
Expand Down

0 comments on commit 1e4b862

Please sign in to comment.