Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 40b735e

Browse files
committed
amp-110: add 401 error to api spec
1 parent 90f7329 commit 40b735e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/openapi/openapi-spec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ paths:
4040
application/json:
4141
schema:
4242
$ref: "#/components/schemas/ErrorResponse"
43+
'401':
44+
description: Your JWT token failed validation
4345

4446
components:
4547
schemas:

0 commit comments

Comments
 (0)