Name aliases

Update name alias

PATCH /api/v1/name_aliases/{public_id} on the Little Outreach JSON API. Send Authorization: Bearer or X-Api-Key on every request.

Description

Renames an alias row. Only `name` is mutable — to move an alias to a different owner,
delete and recreate it. `source_reference` (or `source` / `citation`) is required.

Try & reference

Quick answers

How do I call this endpoint?
Send PATCH /api/v1/name_aliases/{public_id} to your deployment’s host with Authorization: Bearer or X-Api-Key set to your API key.
Where can I try it interactively?
Use Swagger UI (Authorize with your key) or the API playground.