diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index 02dc13814..2ad201052 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -304,10 +304,19 @@ "description": "The ID of the assistant.", "required": true, "schema": { - "type": "string", - "format": "uuid", - "title": "Assistant ID", - "description": "The ID of the assistant." + "anyOf": [ + { + "type": "string", + "format": "uuid", + "title": "Assistant ID", + "description": "The ID of the assistant." + }, + { + "type": "string", + "title": "Graph ID", + "description": "The ID of the graph." + } + ] }, "name": "assistant_id", "in": "path"