cURL
curl --request PATCH \ --url https://api.lithoblocks.com/entities/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Update entity name and/or description (Member+ role required)
LithoBlocks API key obtained from your organization dashboard
Entity update data
1 - 255
1000
Updated entity