Clarify when authorization and rate-limiting are not applicable
Fixes https://github.com/matrix-org/matrix-doc/issues/1971
This commit is contained in:
parent
9ac89cc915
commit
79bbb47d9f
2 changed files with 10 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue