v1
latestSwagger 2.02026-07-13264058.6 KBCustom 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"
}
}