# Store working file **POST /data/working-files/{working_file_id}/file** Store a working file in the file storage system. Uploads the file content and associates it with the working file record. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **working_file_id** (string(uuid)) Working file unique identifier ### Body: multipart/form-data (object) - **file** (string(binary)) Working file to upload ## Responses ### 201 Working file stored successfully #### Body: application/json (object) - **id** (string(uuid)) Working file unique identifier - **name** (string) Working file name - **path** (string) Working file path - **revision** (integer) Working file revision - **task_id** (string(uuid)) Task identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)