Update Component By ID
PUT {{batmanURL}}/v4/statuspages/:statuspageID/components/:component_id
Update a status page component by its id.
Request Body
{"name"=>"updated name", "description"=>"updated description", "allowSubscription"=>true, "groupID"=>"<int> optional", "serviceID"=>"<string> optional", "belongsToGroup"=>"<bool>"}
RESPONSES
status: OK
{"data":{"id":2172,"pageID":0,"name":"updated name","description":"updated description","groupID":null,"allowSubscription":false}}