Skip to main content
PATCH
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

org_id
string<uuid>
required

Body

application/json

Update organization request.

name
string | null
Required string length: 1 - 255
slug
string | null
Required string length: 1 - 63
Pattern: ^[a-z0-9-]+$
is_active
boolean | null

Response

Successful Response

Organization response.

id
string<uuid>
required
name
string
required
slug
string
required
is_active
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time> | null