# Update working file **PUT /data/working-files/{instance_id}** Update a working file with data provided in the request body. JSON format is expected. Requires task action access. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **instance_id** (string(uuid)) ## Body parameters Content-type: application/json - **name** (string) - **revision** (integer) ## Responses ### 200: Working file updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_id** (string(uuid)) - **entity_id** (string(uuid)) - **revision** (integer) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)