# Generate working file path **POST /data/tasks/{task_id}/working-file-path** Generate a working file path from file tree template based on task parameters. Revision can be computed automatically if not provided. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string(uuid)) Task unique identifier ### Body: application/json (object) - **name** (string) File name - **mode** (string) File mode - **software_id** (string(uuid)) Software identifier - **comment** (string) File comment - **revision** (integer) File revision number - **separator** (string) Path separator ## Responses ### 200 Working file path generated successfully #### Body: application/json (object) - **path** (string) Generated file path - **name** (string) Generated file name ### 400 Malformed file tree [Powered by Bump.sh](https://bump.sh)