Clarify when authorization and rate-limiting are not applicable

Fixes https://github.com/matrix-org/matrix-doc/issues/1971
pull/977/head
Travis Ralston 5 years ago
parent 9ac89cc915
commit 79bbb47d9f

@ -0,0 +1 @@
Clarify when authorization and rate-limiting are not applicable.

@ -10,8 +10,8 @@
{{endpoint.desc}}
{{":Rate-limited: Yes." if endpoint.rate_limited else "" }}
{{":Requires auth: Yes." if endpoint.requires_auth else "" }}
{{":Rate-limited: Yes." if endpoint.rate_limited else ":Rate-limited: No." }}
{{":Requires auth: Yes." if endpoint.requires_auth else ":Requires auth: No." }}
.. class:: httpheaders

Loading…
Cancel
Save