latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
KnowledgeGraph
Update a knowledge graph node
Updates an existing knowledge graph node. Mandatory If-Match header for optimistic locking. Re-embeds atomically when name, summary, or content changes. On Vertex 5xx, returns 503 with Retry-After.
patch/knowledgeGraph/nodes/{node_id}
Path parameters
node_idstring required
The ID of the node to update
Query parameters
workspace_idstring required
The workspace ID (required for auth scope)
application_idstring
The application ID (required for auth scope)
Headers
If-Matchstring
ETag for optimistic locking. Functionally required: omitting it surfaces a typed 428 (Precondition Required) response with code "etag_required" so an agent can recover deterministically. Declared as required=false at the schema level so the request reaches the service rather than being rejected by the OpenAPI validator with a generic 400.
Request body
Response
The updated node