For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • SDK Reference
      • POSTCreate Group
      • GETGet All Groups
      • GETGet Group
      • DELDelete Group
      • PATCHUpdate Group
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceGroup

Update Group

PATCH
https://api.getzep.com/api/v2/groups/:groupId
PATCH
/api/v2/groups/:groupId
$curl -X PATCH https://api.getzep.com/api/v2/groups/groupId \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{}'
1{
2 "created_at": "string",
3 "description": "string",
4 "external_id": "string",
5 "fact_rating_instruction": {
6 "examples": {
7 "high": "string",
8 "low": "string",
9 "medium": "string"
10 },
11 "instruction": "string"
12 },
13 "group_id": "string",
14 "id": 1,
15 "name": "string",
16 "project_uuid": "string",
17 "uuid": "string"
18}
Updates information about a group.
Was this page helpful?
Previous

Get Entity Types

Next
Built with

Path parameters

groupIdstringRequired
Group ID

Request

Group
descriptionstringOptional
fact_rating_instructionobjectOptional
namestringOptional

Response

The added group
created_atstring
descriptionstring
external_idstring
Deprecated
fact_rating_instructionobject
group_idstring
idinteger
namestring
project_uuidstring
uuidstring

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error