mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
405 on m.fully_read
This commit is contained in:
parent
4499d478bf
commit
a74deeb58b
|
|
@ -75,6 +75,10 @@ paths:
|
|||
description: |-
|
||||
The access token provided is not authorized to modify this user's account
|
||||
data.
|
||||
405:
|
||||
description: |-
|
||||
This `type` of account data is controlled by the server; it cannot be
|
||||
modified by clients.
|
||||
tags:
|
||||
- User data
|
||||
get:
|
||||
|
|
@ -174,6 +178,10 @@ paths:
|
|||
description: |-
|
||||
The access token provided is not authorized to modify this user's account
|
||||
data.
|
||||
405:
|
||||
description: |-
|
||||
This `type` of account data is controlled by the server; it cannot be
|
||||
modified by clients.
|
||||
tags:
|
||||
- User data
|
||||
get:
|
||||
|
|
|
|||
Loading…
Reference in a new issue