You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
⟩ curl "https://matrix.org/_matrix/client/r0/publicRooms?limit=NOT_INTEGER"
{
"errcode": "M_INVALID_PARAM",
"error": "Query parameter b'limit' must be an integer"
}
Description
API returns the error code
M_UNKNOWN
instead ofM_INVALID_PARAM
for an invalid parameter in the request.Steps to reproduce
Call listing public rooms endpoint with the invalid type of parameter: string instead of integer for the
limit
.curl "https://matrix.org/_matrix/client/r0/publicRooms?limit=NOT_INTEGER"
Expected Result
Actual Result
Version information
The text was updated successfully, but these errors were encountered: