Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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
jsonSetAliasRequestSchema
{
"alias_name": "alias_T_DD2D1_apitest",
"model_name": null
}