Clipform
Node Media

Update node media

Updates the display properties on a node's media.

PATCH
/forms/{formId}/nodes/{nodeId}/media

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Path Parameters

formId*string
nodeId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/nodes/497f6eca-6276-4993-bfeb-53cbbbba6f08/media" \  -H "Content-Type: application/json" \  -d '{}'
{  "node_id": "6e0bdcac-9717-4a6f-972e-97489dffeb0c"}