Merge pull request #2090 from matrix-org/travis/1.0/more-auth

Clarify when authorization and rate-limiting are not applicable
pull/977/head
Travis Ralston 6 years ago committed by GitHub
commit eb06e131df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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