curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/connections/actions/fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action_id": "<string>",
"connection_id": "<string>",
"input": {},
"resource_id": "<string>",
"definitions": [
{
"path": "<string>",
"definition": {}
}
]
}
'{}Bearer token authentication using your API key
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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action_id": "<string>",
"connection_id": "<string>",
"input": {},
"resource_id": "<string>",
"definitions": [
{
"path": "<string>",
"definition": {}
}
]
}
'{}