Create Component Group

POST {{batmanURL}}/v4/statuspages/:statuspageID/groups

Create a component group for your status page.

Request Body

{"name"=>"example group", "description"=>"new component group", "allowSubscription"=>true}

RESPONSES

status: OK

{"data":{"id":121,"pageID":906,"name":"example group 1","description":null,"allowSubscription":false}}