Skip to main content
PUT
Update organization (owner only)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

Organization name

Required string length: 1 - 100
Example:

"Acme Corporation"

Organization logo URL

Example:

"https://example.com/logo.png"

Response

Organization updated successfully by the owner.