This enpoind allows to update or create the task file information
If you want to update Task file using POST method you need to fill information for guid field or systemId field in request body.
Authentication
Authorization
apiKey
Path Parameters
guid
string
*
Body Parameters
body
object
file
string<binary>
Select...
Responses
201
Returned when successful
400
Data contains errors
Curl
JS
Ruby
Python
1curl--location--globoff--request POST 'https://dev1.frontu.com//client/api/v2/task_file/{guid}'\2--header'Accept: application/json'\3--header'Content-Type: application/json'