v1

latestSwagger 2.02026-07-13264058.6 KB
Custom APIs

Replaces an existing custom API

Creates or updates an existing custom API

put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/customApis/{apiName}

Path parameters

subscriptionIdstring required

Subscription Id

resourceGroupNamestring required

The resource group

apiNamestring required

API name

Query parameters

api-versionstring required

API Version

Request body

idstring

Resource id

namestring

Resource name

typestring

Resource type

locationstring

Resource location

etagstring

Resource ETag

tagsTagsDictionary

Resource tags

Example request

{
  "tags": {
    "SampleTagName": "SampleTagValue"
  }
}

Response

The replacing custom API

idstring

Resource id

namestring

Resource name

typestring

Resource type

locationstring

Resource location

etagstring

Resource ETag

tagsTagsDictionary

Resource tags

Example response

{
  "tags": {
    "SampleTagName": "SampleTagValue"
  }
}