Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.mentionlab.io/api/entity-groups/{id} \ --header 'Content-Type: application/json' \ --header 'x-project-id: <x-project-id>' \ --data ' { "name": "Competitor Brands" } '
Applies a partial update to an entity group; returns no content on success.
Project ID to specify the project context
The UUID of the entity group to update.
Human-readable display name of the entity group.
"Competitor Brands"