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
Example request
{
"tags": {
"SampleTagName": "SampleTagValue"
}
}Response
The updated custom API
Example response
{
"tags": {
"SampleTagName": "SampleTagValue"
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.