v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBentityCollections > entities
Update an entity
This method updates the specified entity within an entity collection. This operation allows modification of the entity's name, description, or metadata. Note that this endpoint does not affect the assets associated with the entity.
patch/entity-collections/{entity_collection_id}/entities/{entity_id}
Path parameters
entity_collection_idstring required
The unique identifier of the entity collection containing the entity to be updated.
entity_idstring required
The unique identifier of the entity to update.
Headers
x-api-keystring required
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Request body
Response
The entity has been successfully updated.