# Update entity **PUT /data/entities/{instance_id}** Update an entity with data provided in the request body. JSON format is expected. Supports shot versioning when frame data changes. ## 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) - **data** (object) ## Responses ### 200: Entity updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **data** (object) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)