Workday announces intent to acquire Pipedream Learn more
cURL
curl --request POST \ --url https://api.pipedream.com/v1/connect/{project_id}/components/props \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-pd-environment: <x-pd-environment>' \ --data '{ "id": "<string>", "version": "1.2.3", "external_user_id": "<string>", "blocking": true, "configured_props": {}, "dynamic_props_id": "<string>" }'
{ "observations": [ { "err": { "name": "<string>", "message": "<string>", "stack": "<string>" }, "k": "<string>", "msg": "<string>", "ts": 123 } ], "errors": [ "<string>" ], "dynamicProps": { "id": "<string>", "configurableProps": [ { "name": "<string>", "type": "$.airtable.baseId", "label": "<string>", "description": "<string>", "optional": true, "disabled": true, "hidden": true, "remoteOptions": true, "useQuery": true, "reloadProps": true, "withLabel": true } ] } }
Reload the prop definition based on the currently configured props
development
production
Show child attributes
Was this page helpful?