# Set project file tree **POST /actions/projects/{project_id}/set-file-tree** Define a template file to use for a given project. Template files are located on the server side and each template has a name for selection. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Body parameters Content-type: application/json - **tree_name** (string) Name of the file tree template ## Responses ### 200: File tree template set successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name - **file_tree** (object) File tree template configuration - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)