Source references

Update source reference

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

Description

Updates an existing citation **and** attaches a *new* citation recording who/when the
change was made. The `provenance` block (required) is the new citation for the
underlying record; the `source_reference` block (optional) holds any field updates on
this row.

Try & reference

Quick answers

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