Update Trigger Category
PATCH {{baseUrl}}/api/v2/trigger_categories/:trigger_category_id
Updates the trigger category with the specified ID.
Request Body
{"trigger_category"=>{"name"=>"<string>", "position"=>"<long>"}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"trigger_category":{"created_at":"2020-07-17T01:30:07Z","id":"10001","name":"All Notification Triggers Updated","position":10,"updated_at":"2020-07-18T05:23:32Z"}}