Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.{your-broker}.slate-labs.com/statuses/{status_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "is_active": true } '
{ "id": 123, "type": "<string>", "name": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Update name or is_active. Returns 409 on duplicate (type, name).
1 - 255
Successful Response