# Update shot **PUT /data/shots/{shot_id}** Update a shot by id. Only mutable fields are allowed. Send a JSON body with the fields to change. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **shot_id** () ## Body parameters Content-type: application/json - **name** (string) - **description** (string) - **nb_frames** (integer) - **data** (object) ## Responses ### 200: Shot updated #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) - **nb_frames** (integer) - **data** (object) ### 400: Invalid body or unsupported fields [Powered by Bump.sh](https://bump.sh)