post https://app.hubflo.com/api/v2/tasks//files
Creates a file for a task. It can be created giving the uploaded file, or imported from the library,
using the file_id attribute.
Log in to see full request history
Responses
Creates a file for a task. It can be created giving the uploaded file, or imported from the library,
using the file_id attribute.
xxxxxxxxxx
curl --request POST \
--url https://app.hubflo.com/api/v2/tasks/task_id/files \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: