Alchemy Logo

Update a Variable

PATCH
https://dashboard.alchemy.com/api/graphql/variables/{variable}

Add and remove elements within a Custom Webhook variable

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.

Headers

X-Alchemy-Tokenstringrequired

Alchemy Auth token to use the Notify API.

Path Parameters

variablestringrequired

String denoting a Custom Webhook variable

Request Body

Responses

200

OK- Successful update to Custom Webhook variable

400

Bad Request- The server cannot understand the request.

401

Unauthorized- missing or invalid authentication credentials

500

Internal Server Error- Try again

Was this page helpful?