Skip to content

Commit

Permalink
Update WebApps.json (Azure#17353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmark authored and FredericHeem committed Mar 7, 2022
1 parent 888c8d1 commit fb61fa5
Showing 1 changed file with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9858,6 +9858,52 @@
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2": {
"get": {
"tags": [
"WebApps"
],
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
"operationId": "WebApps_GetAuthSettingsV2WithoutSecretsSlot",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of the app.",
"required": true,
"type": "string"
},
{
"name": "slot",
"in": "path",
"description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/SiteAuthSettingsV2"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"put": {
"tags": [
"WebApps"
Expand Down

0 comments on commit fb61fa5

Please sign in to comment.