From 7cf230defa77f70479c94a6d9ea9a760f39bbf2b Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:04:30 +0800 Subject: [PATCH] chore(docs): Update OpenAPI spec from LangGraph API v0.4.9 (#6066) This PR updates the OpenAPI specification with changes detected from the LangGraph API server. **Changes detected as of LangGraph API version 0.4.9** This update was automatically generated by the sync workflow in the langgraph-api repository. Co-authored-by: hinthornw --- docs/docs/cloud/reference/api/openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index fd1147f3a..90cecdd76 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -5015,6 +5015,12 @@ }, "ThreadSearchRequest": { "properties": { + "ids": { + "type": "array", + "items": {"type": "string", "format": "uuid"}, + "title": "Ids", + "description": "List of thread IDs to include. Others are excluded." + }, "metadata": { "type": "object", "title": "Metadata",