add_place_alias
Add an alias to an existing place so it can be referenced by alternate names. Use force when the place is held by another identity.
Instructions
Add an alias to an existing place.
Idempotent on the coordinator (adding a duplicate alias is a
no-op, OK). Refuses if the place is acquired by a DIFFERENT
identity unless ``force=True``. Returns the refreshed place dict
(bounded snapshot catch-up -- the mutating RPC's completion is
independent of the ClientStream update that lands the edit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| force | No | ||
| place | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||