# Update entity casting **PUT /data/projects/{project_id}/entities/{entity_id}/casting** Modify the casting relationships for a specific entity by updating which assets are linked to it. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project - **entity_id** () Unique identifier of the entity ### Body: application/json (object) - **casting** (array[object]) ## Responses ### 200 Entity casting successfully updated #### Body: application/json (object) - **entity_id** (string(uuid)) Entity unique identifier - **casting** (array[object]) [Powered by Bump.sh](https://bump.sh)