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

variablestringRequired
String denoting a Custom Webhook variable

Headers

X-Alchemy-TokenstringRequired
Alchemy Auth token to use the Notify API.

Request

This endpoint expects an object.
addlist of stringsOptional
Set of elements to be added to a Custom Webhook variable
deletelist of stringsOptional
Set of elements to be deleted from a Custom Webhook variable

Response

OK- Successful update to Custom Webhook variable

Errors