Store a working file.

POST /data/working-files/{working_file_id}/file

Path parameters

Responses

  • 201

    Working file stored

POST /data/working-files/{working_file_id}/file
curl \
 -X POST http://localhost:8080/api/data/working-files/{working_file_id}/file \
 -H "Authorization: $API_KEY"