Update a Variable
Add and remove elements within a Custom Webhook variable
<Info>The use of both `add` and `delete` arrays within a single request is currently not supported. Attempting to send both will result in a 400 error. To add and remove elements, make separate API calls for each action.</Info>
Path Parameters
variable
String denoting a Custom Webhook variable
Headers
X-Alchemy-Token
Alchemy Auth token to use the Notify API.
Request
This endpoint expects an object.
add
Set of elements to be added to a Custom Webhook variable
delete
Set of elements to be deleted from a Custom Webhook variable
Response
OK- Successful update to Custom Webhook variable