mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
404 on missing account data
This commit is contained in:
parent
30e078bce6
commit
4499d478bf
|
|
@ -114,6 +114,9 @@ paths:
|
|||
description: |-
|
||||
The access token provided is not authorized to retrieve this user's account
|
||||
data.
|
||||
404:
|
||||
description: |-
|
||||
No account data has been provided for this user with the given `type`.
|
||||
tags:
|
||||
- User data
|
||||
"/user/{userId}/rooms/{roomId}/account_data/{type}":
|
||||
|
|
@ -217,5 +220,9 @@ paths:
|
|||
description: |-
|
||||
The access token provided is not authorized to retrieve this user's account
|
||||
data.
|
||||
404:
|
||||
description: |-
|
||||
No account data has been provided for this user and this room with the
|
||||
given `type`.
|
||||
tags:
|
||||
- User data
|
||||
|
|
|
|||
Loading…
Reference in a new issue