Update a list of webhooks of particular ids
Give a list of webhook ids and a mapping of updated fields to values.
Warning
Multiple webhooks can be updated simultanously, but they will all get the same values for the fields being set. It is not currently possible to perform computed updates (where the value being set depends on an existing value of a webhook).
PUT /restapi/1.0/webhooks?ids={comma_separated_ids}&vals={fields_and_values_to_update}
Request:
Response:
Query Parameters:
vals –
Request Headers
Response Headers
Status Codes
Last updated