Create a file record for a given Folder Run in API Explorer
Ask AI
POST
/api/v1/file/create-file-record
curl \
--request POST 'https://api.plannrcrm.com/api/v1/file/create-file-record' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}