Skip to content

Commit

Permalink
Add missing error.soft_logout
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Jun 2, 2024
1 parent a175506 commit ad3629f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/api/client-server/definitions/errors/error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ properties:
type: string
description: A human-readable error message.
example: An unknown error occurred
soft_logout:
type: bool
description: If true within a 401 response, the client can offer to re-log in the user
required: ["errcode"]

0 comments on commit ad3629f

Please sign in to comment.