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": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.mentionlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

Body

application/json
name
string

Group name

Response

204 - undefined