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