Overview
Theupdate_organization function updates an existing organization’s details.
Function Signature
Parameters
The unique identifier of the organization to update
The organization fields to update (all optional):
name: Organization namedescription: Organization descriptionlogo_url: URL to organization logowebsite: Organization website URL
Return Value
ReturnsResult<Organization> containing the updated organization details.
Basic Usage
Error Handling
Rate Limits
- Update operations: 100 requests per minute
- Burst limit: 10 requests per second
Related Functions
- fetch_organization - Get organization by ID
- create_organization - Create a new organization
- delete_organization - Delete organization
