404 on missing account data

This commit is contained in:
David Robertson 2022-06-30 23:11:28 +01:00
parent 30e078bce6
commit 4499d478bf
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -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