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>"
}
'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.