Clarify when authorization and rate-limiting are not applicable

Fixes https://github.com/matrix-org/matrix-doc/issues/1971
This commit is contained in:
Travis Ralston 2019-06-05 23:18:04 -06:00
parent 9ac89cc915
commit 79bbb47d9f
2 changed files with 10 additions and 9 deletions

View file

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

View file

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