cURL
curl --request PATCH \ --url https://api.lithoblocks.com/organizations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Update organization name only (Admin+ role required)
LithoBlocks API key obtained from your organization dashboard
Organization update data
1 - 255
Updated organization