EaserixDocs
DevelopersAPI referenceFormsDestinations

Update a destination

Partial update; config is replaced wholesale, not merged. Owner-only — editing a shared form's destination returns 403.

View as Markdown
PATCH
/v1/forms/{id}/destinations/{did}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
did*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/forms/string/destinations/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "destination": {    "id": "string",    "type": "string",    "config": {},    "enabled": true,    "created": "2019-08-24T14:15:22Z",    "updated": "2019-08-24T14:15:22Z"  }}