From 42e0cb731f9caa391f1193a21a6ac4373b389507 Mon Sep 17 00:00:00 2001 From: mattmillerai <7741082+mattmillerai@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:04:22 +0000 Subject: [PATCH] chore(openapi): sync shared API contract from cloud@5989e82 --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index c6a8621cc..e00643bad 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3297,6 +3297,12 @@ paths: schema: $ref: '#/components/schemas/ErrorResponse' description: Invalid request parameters + "401": + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + description: Unauthorized - Authentication required "500": content: application/json: