Skip to main content

SetAliasRequestSchema

alias_namestringrequired

Name of the alias to update.

Example: alias_T_Example_production
model_namestring

New model name to point the alias to, or null to detach the alias from its current model. Detaching is required before deleting the alias.

Default: null
SetAliasRequestSchema
{
"alias_name": "alias_T_DD2D1_apitest",
"model_name": null
}