Update mutable connected org settings.
Editable fields: name, heuristic_patterns, and access_token (PAT rotation).
Immutable: platform, platform_id, url — disconnect and re-register to change.
Token rotation is rejected (409) for OAuth-registered orgs because the stored token is a copy of the user’s linked identity. Rotating here would silently desync the org from the identity.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request body for PUT /connected-orgs/{id}.
All fields are optional — only fields explicitly set are applied.
platform, platform_id, and url are immutable (data-lineage identity);
to change them, disconnect and register a new org.
access_token rotates the stored PAT. It is rejected for OAuth-registered
orgs (see handler) to keep the org↔identity invariant intact. Validated
against the org's existing platform via _validate_pat_format.
Successful Response
Response schema for a connected org (list/get endpoints).