Update Alias Status

Update the status of an Alias to active or disabled. A disabled Alias will not be available for Alias resolution.

The request requires aliasId path parameters in a valid GUID format.

Sample request:

PUT ads/api/v1/aliases/{aliasId}/status
{
    "status": "ACTIVE"
}
Language
URL