SetAliasRequestSchema
alias_namestringrequired
Name of the alias to update.
Example:
alias_T_Example_productionmodel_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.
SetAliasRequestSchema
{
"alias_name": "alias_T_DD2D1_apitest",
"model_name": null
}
Was this page helpful?