curl -L -X PATCH https://api.turso.tech/v1/organizations/{organizationSlug} \ -H 'Authorization: Bearer TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "overages": true }'
{ "organization": { "name": "personal", "slug": "iku", "type": "personal", "overages": false, "blocked_reads": false, "blocked_writes": false, "plan_id": "developer", "plan_timeline": "monthly", "platform": "vercel" } }
Update an organization you own or are a member of.
The slug of the organization or user account.
The updated organization details.
The body is of type object.
object
Successful response
The response is of type object.
Was this page helpful?