From 18f85467e7d6da952deaca4661ce2778496c8498 Mon Sep 17 00:00:00 2001 From: "Hsing-Yu (David) Chen" Date: Tue, 6 Dec 2022 17:56:26 -0800 Subject: [PATCH] docs: add 401 to possible status codes of /auth Signed-off-by: Hsing-Yu (David) Chen --- api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index bcaf549e1f..43a93aa0b8 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -8726,6 +8726,10 @@ paths: IdentityToken: "9cbaf023786cd7..." 204: description: "No error" + 401: + description: "Auth error" + schema: + $ref: "#/definitions/ErrorResponse" 500: description: "Server error" schema: