Upload file
documentedUpload a file to Caspio.
POST /integrations/rest/v3/filesFilesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$integration_url}}/integrations/rest/v3/files" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$filename}}", "folderId": "{{$folder_id}}", "contentBase64": "{{$base64_content}}", "mimeType": "{{$mime_type}}", "description": "{{$description}}"}'