Authorizations
Headers
Available options:
development, production Path Parameters
Body
application/json
Workday announces intent to acquire Pipedream Learn more
curl --request POST \
--url https://api.pipedream.com/v1/connect/{project_id}/actions/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
curl --request POST \
--url https://api.pipedream.com/v1/connect/{project_id}/actions/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
}
]
}
}development, production Was this page helpful?