We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c0226 commit 720fc3eCopy full SHA for 720fc3e
swagger.yaml
@@ -135,15 +135,15 @@ paths:
135
type: string
136
example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1ZWIxMmUxOTdlMDZhNzZjY2RlZmMxMjEiLCJpZCI6IjVlYjEyZTE5N2UwNmE3NmNjZGVmYzEyMSIsImlhdCI6MTU4ODc1ODE1N30.xR9H0STbFOpSkuGA9jHNZOJ6eS7umHHqKRhI807YT1Y"
137
"400":
138
- description: The email or password is incorrect
+ description: The refresh token is invalid, revoked or expired
139
content:
140
application/json:
141
schema:
142
type: object
143
properties:
144
message:
145
146
- example: "Email or password is incorrect"
+ example: "Invalid token"
147
/accounts/revoke-token:
148
post:
149
summary: Revoke a refresh token
0 commit comments