These docs are for v1.0. Click to read the latest docs for v2.0.

Idempotent Update Trigger

An idempotent (replacement) update method for Triggers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Contrary to the similar PATCH method (of the same endpoint), the entirety of the trigger data being updated needs to be sent.

  • {"name": "Trigger Name Update"} will update the trigger and remove any existing tags.
  • {"tags": [{"label": "A New Tag", "value": "{a_new_tag}"}]} by itself will fail because the name property is required
  • {"name": "Trigger Name Update", "tags": [{"label": "A New Tag", "value": "{a_new_tag}"}]} will set the trigger name to Trigger Name Update and override any existing tags with the list of tags from the request.
Path Params
string
required

ID of trigger to replace.

Body Params
string
required
Defaults to Testing Triggers

Name of the trigger.

tags
array of objects

Array of merge tags that can be used with trigger.

tags
Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json