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"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Documentation

For more information on this endpoint, see Update Alias Status.

Path Params
string
required

The unique identifier assigned to an alias

Body Params

Set the new status for the Alias

UpdateAliasStatusRequest

string
required
length ≥ 1

Set the new status for the Alias.
Allowed values are ("ACTIVE" "DISABLED")

Responses
204

Updated

Language
URL
LoadingLoading…
Response
Choose an example:
application/json