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

{&quot;data&quot;:{&quot;id&quot;:2172,&quot;pageID&quot;:0,&quot;name&quot;:&quot;updated name&quot;,&quot;description&quot;:&quot;updated description&quot;,&quot;groupID&quot;:null,&quot;allowSubscription&quot;:false}}