Skip to main content
PATCH
/
api
/
entity-groups
/
{id}
Update an entity group
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"
}
'

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

The UUID of the entity group to update.

Body

application/json
name
string

Human-readable display name of the entity group.

Example:

"Competitor Brands"

Response