Rest apiEndpoints
Update Organization
Update organization
Authorization
token AuthorizationBearer <token>
Recal API token
In: header
Path Parameters
orgSlug*string
Match
^[a-z0-9][a-z0-9_-]{2,127}$Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/organizations/recal" \ -H "Content-Type: application/json" \ -d '{ "name": "Recal", "slug": "recal" }'{ "data": { "createdAt": "2025-04-24T00:00:00.000Z", "name": "Recal", "slug": "recal", "members": [ { "createdAt": "2025-04-24T00:00:00.000Z", "id": "user_123" } ] }}