This commit is contained in:
Max Dor
2019-01-08 02:34:43 +01:00
parent c6b8f7d48e
commit 3e89f0bc5e

View File

@@ -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": {}
}
```