Skip to main content
PATCH
/
v1
/
organizations
/
{id}
Update organization name
curl --request PATCH \
  --url https://api.lithoblocks.com/v1/organizations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "status": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lithoblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

id
string
required

Body

application/json

Organization update data

name
string
required
Required string length: 1 - 255

Response

Updated organization

id
string
required
name
string | null
required
status
string | null
required
created_at
string
required
updated_at
string
required