curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/connections/actions/fields \
--header 'Content-Type: application/json' \
--data '
{
"action_id": "<string>",
"connection_id": "<string>",
"input": {},
"resource_id": "<string>",
"definitions": [
{
"path": "<string>",
"definition": {}
}
]
}
'{}The ID of the org
The definition of the field schemas
The file type allows users to upload files
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/connections/actions/fields \
--header 'Content-Type: application/json' \
--data '
{
"action_id": "<string>",
"connection_id": "<string>",
"input": {},
"resource_id": "<string>",
"definitions": [
{
"path": "<string>",
"definition": {}
}
]
}
'{}