Skip to content

Commit 720fc3e

Browse files
committed
updated swagger.yaml
1 parent 80c0226 commit 720fc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swagger.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ paths:
135135
type: string
136136
example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1ZWIxMmUxOTdlMDZhNzZjY2RlZmMxMjEiLCJpZCI6IjVlYjEyZTE5N2UwNmE3NmNjZGVmYzEyMSIsImlhdCI6MTU4ODc1ODE1N30.xR9H0STbFOpSkuGA9jHNZOJ6eS7umHHqKRhI807YT1Y"
137137
"400":
138-
description: The email or password is incorrect
138+
description: The refresh token is invalid, revoked or expired
139139
content:
140140
application/json:
141141
schema:
142142
type: object
143143
properties:
144144
message:
145145
type: string
146-
example: "Email or password is incorrect"
146+
example: "Invalid token"
147147
/accounts/revoke-token:
148148
post:
149149
summary: Revoke a refresh token

0 commit comments

Comments
 (0)