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": {}
}
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
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": {}
}
]
}
'{}