Update an alias's metadata
PATCH/v2/agent_aliases/:alias_key
Updates an alias's metadata fields (name, description, enabled, metadata). Setting enabled to false on a platform-generated alias fronted by a widget connector is rejected with 409; disable the connector instead. To replace the routing policy, use PUT /v2/agent_aliases/{alias_key}/policy. Policies are atomic and do not support partial updates.
Request
Responses
- 200
- 403
- 404
- 409
The updated alias.
Permissions do not allow modifying this alias.
Alias not found.
The alias is platform-managed by a widget connector and cannot be disabled directly; disable the connector instead.