Custom APIs

Update an existing custom API

Updates an existing custom API's tags

patch/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 updated 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"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.