Create Organization
PUT
/organization
Creates a new organization with the authenticated user as the owner. Organizations allow multiple users to collaborate and share resources.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"description": "string"
}
Responses
Organization successfully created
application/json
JSON
{
}