Update an organization
Update an existing organization identified by its ID.
Only provided fields will be updated.
Path Parameters
Body
Model for updating an existing organization. All fields are optional.
New name of the organization
Monthly usage limit
Per-organization nav config: { '': { 'show': bool, 'disabled': bool, 'badgeLabel': str | None, 'badgeTooltip': str | None } }
Free-text markdown describing how the agent should format plots for this organization. Injected into the agent's system prompt.
20000Response
Successful Response
Pydantic model for an organization.
Monthly usage limit
Per-organization nav config: { '': { 'show': bool, 'disabled': bool, 'badgeLabel': str | None, 'badgeTooltip': str | None } }
Free-text markdown describing how this organization wants the battery agent to format plots; injected into the agent's system prompt each turn. None means not set (nothing is injected).
Storage object path of the organization logo, or None when unset. Not a URL: the bucket is private, so clients fetch the image from GET /organizations/{id}/logo, which redirects to a signed URL. Set via POST /organizations/{id}/logo, not via PATCH.
List of user organization roles
Timestamp of creation
Timestamp of last update