Open MTRNord opened 2 weeks ago
Oh since there is possibly confusing highlighting: I am referring to <room_id>
vs {roomId}
as well as the snake_case vs camelCase style
FWIW, since I am guessing that the {roomId}
"OpenAPI" style, which is used for the endpoints definitions should prevail to be consistent across the spec, there are more references to endpoints using the <id>
format at least in the CS API. Searching for rooms/<room_id>
and user/<user_id>
should find most of them.
Link to problem area: https://spec.matrix.org/v1.12/client-server-api/#lazy-loading-room-members
Issue An image speaks more than a thousand words:
Expected behaviour The url parameter style should be consistent across endpoints.