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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;trigger_category&quot;:{&quot;created_at&quot;:&quot;2020-07-17T01:30:07Z&quot;,&quot;id&quot;:&quot;10001&quot;,&quot;name&quot;:&quot;All Notification Triggers Updated&quot;,&quot;position&quot;:10,&quot;updated_at&quot;:&quot;2020-07-18T05:23:32Z&quot;}}