Organizations

Update organization

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

Description

Updates an Organization and records a fresh citation. The `source_reference` block (or
`source` / `citation`) is required on every update. Any field in `organization` is
optional; omitted fields are left as-is.

Setting `parent_organization_public_id` to `null` clears the hierarchy; setting a non-empty
`public_id` changes the stable URL id (32 hex chars, must be unique).

Requires `can_edit`. Costs one credit.

Try & reference

Quick answers

How do I call this endpoint?
Send PATCH /api/v1/organizations/{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.