mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Missed schemas
This commit is contained in:
parent
4fde94767f
commit
58c5c9cdce
|
|
@ -297,6 +297,8 @@ paths:
|
||||||
Implementations may perform more but should be careful to not infinitely recurse.
|
Implementations may perform more but should be careful to not infinitely recurse.
|
||||||
|
|
||||||
The default value is `false`.
|
The default value is `false`.
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
responses:
|
responses:
|
||||||
# note: this endpoint deliberately does not support rate limiting, therefore a
|
# note: this endpoint deliberately does not support rate limiting, therefore a
|
||||||
# 429 error response is not included.
|
# 429 error response is not included.
|
||||||
|
|
@ -492,6 +494,8 @@ paths:
|
||||||
Implementations may perform more but should be careful to not infinitely recurse.
|
Implementations may perform more but should be careful to not infinitely recurse.
|
||||||
|
|
||||||
The default value is `false`.
|
The default value is `false`.
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
responses:
|
responses:
|
||||||
# note: this endpoint deliberately does not support rate limiting, therefore a
|
# note: this endpoint deliberately does not support rate limiting, therefore a
|
||||||
# 429 error response is not included.
|
# 429 error response is not included.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue