Missed schemas

This commit is contained in:
David Baker 2024-03-12 17:44:40 +00:00
parent 4fde94767f
commit 58c5c9cdce

View file

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