Status Component
Update
Update an existing Status Component record by ID.
put/api/cp/status-component/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"title": "Example Name",
"card_id": 1,
"description": "A detailed description of the resource",
"status": "operational"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}