patch https://api.postscript.io/v1/triggers/
A non-idempotent (additive) update method for Triggers.
Contrary to the similar PUT
method (of the same endpoint), only the data that is being updated needs sent.
{"name": "Trigger Name Update"}
will properly update just the name{"tags": [{"label": "A New Tag", "value": "{a_new_tag}"}]}
will add the A New Tag tag to the existing list of tags.