Merge pull request #44599 from davidhsingyuchen/doc-auth

docs: add 401 to possible status codes of /auth
This commit is contained in:
Sebastiaan van Stijn 2023-01-10 15:39:04 +01:00 committed by GitHub
commit 9275a771bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8726,6 +8726,10 @@ paths:
IdentityToken: "9cbaf023786cd7..."
204:
description: "No error"
401:
description: "Auth error"
schema:
$ref: "#/definitions/ErrorResponse"
500:
description: "Server error"
schema: