From 64b446f671b4cb436474a25e42a56573b7926315 Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Fri, 8 Nov 2024 10:32:17 -0800 Subject: [PATCH] Update LangGraph server API docs (#2374) --- docs/docs/cloud/reference/api/openapi.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index 2ad201052..0f322347b 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -60,6 +60,16 @@ } } }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } + }, "409": { "description": "Conflict", "content": { @@ -116,6 +126,16 @@ } } }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } + }, "422": { "description": "Validation Error", "content": {