# Update project **PUT /data/projects/{instance_id}** Update a project with data provided in the request body. JSON format is expected. Requires manager access to the project. Validates production_style. ## 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) - **production_style** (string) - **preview_background_file_id** (string(uuid)) ## Responses ### 200: Project updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **production_type** (string) - **production_style** (string) - **project_status_id** (string(uuid)) - **first_episode_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or invalid production_style [Powered by Bump.sh](https://bump.sh)