diff --git a/docs/stores/rest.md b/docs/stores/rest.md index 9f409f8..09fa18b 100644 --- a/docs/stores/rest.md +++ b/docs/stores/rest.md @@ -268,3 +268,10 @@ Structure with example values: } ``` The base `profile` key is mandatory. `display_name`, `threepids` and `roles` are only to be returned on the relevant request. + +If there is no profile, the following response is expected: +```json +{ + "profile": {} +} +```