components
Stop a global component by ID
Returns a success message
post/components/global/{id}/stop
Path parameters
idstring required
ID of global component to stop
Response
successful operation
Example response
{
"data": {
"message": "Component stopped"
}
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○