Skip to content

Update Organization

PATCH
/organization/{id}

Updates an existing organization's details such as name or description. Only organization owners can perform this action.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

id*

The unique identifier of the organization

Typestring
Required

Request Body

application/json
JSON
{
"name": "string",
"description": "string"
}

Responses

Organization successfully updated
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License