File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,14 @@ federation endpoint described below.
7878Below is how this endpoint behaves in case of errors:
7979
8080* If no ` user_ids ` field is provided, the endpoint responds with a 400 status
81- code and a ` M_MISSING_PARAM ` error code.
81+ code and a ` M_BAD_JSON ` error code.
8282* If one or more of the user ID(s) provided cannot be parsed as a valid Matrix
8383 user ID, the endpoint responds with a 400 status code and a ` M_INVALID_PARAM `
8484 error code.
8585
86+ If the ` user_ids ` field is an empty list, the server responds with a ` 200 OK `
87+ status and an empty body (` {} ` ).
88+
8689### ` POST /_matrix/federation/v1/account_status `
8790
8891This endpoint behaves in an identical way to the client-side endpoint described
You can’t perform that action at this time.
0 commit comments