Memberships
Update membership
PATCH
/api/v1/memberships/{public_id}
on the Little Outreach JSON API. Send
Authorization: Bearer
or
X-Api-Key
on every request.
Description
Updates a Membership and records a fresh citation. `source_reference` (or `source` /
`citation`) is required; any of `role`, `title`, `start_date`, `end_date` is optional.
Set `end_date` to mark the role as past.
Requires `can_edit`. Costs one credit.
Try & reference
- Open in Swagger UI — this path is pre-selected; use Authorize with your API key.
- Memberships playground — labelled form fields for this resource's most common actions.
- Full-surface playground — send any method to any path.
- OpenAPI YAML — full machine-readable specification.
Quick answers
- How do I call this endpoint?
-
Send
PATCH /api/v1/memberships/{public_id}to your deployment’s host withAuthorization: BearerorX-Api-Keyset to your API key. - Where can I try it interactively?
- Use Swagger UI (Authorize with your key) or the API playground.