mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Add missing error.soft_logout
Signed-off-by: Paarth Shah <mail@shahpaarth.com>
This commit is contained in:
parent
a17550648c
commit
d0f371987b
|
|
@ -0,0 +1 @@
|
||||||
|
Add missing `soft_logout` property to `error.yaml`, as used by `refresh.yaml`. Contributed by @PaarthShah.
|
||||||
|
|
@ -23,4 +23,7 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
description: A human-readable error message.
|
description: A human-readable error message.
|
||||||
example: An unknown error occurred
|
example: An unknown error occurred
|
||||||
|
soft_logout:
|
||||||
|
type: boolean
|
||||||
|
description: If true within a 401 response, the client can offer to re-log in the user.
|
||||||
required: ["errcode"]
|
required: ["errcode"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue