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