Correct API documentation for search (#881)
This commit is contained in:
parent
fb72c19384
commit
655b549048
2 changed files with 2 additions and 2 deletions
|
@ -6244,7 +6244,7 @@
|
|||
</div>
|
||||
<div class="prop-row prop-group">
|
||||
<div class="prop-name">
|
||||
<div class="prop-title">query:
|
||||
<div class="prop-title">search:
|
||||
<span class="prop-type">
|
||||
<span class="json-property-type">string</span>
|
||||
<span class="json-property-range" title="Value limits"></span>
|
||||
|
|
|
@ -950,7 +950,7 @@ paths:
|
|||
- $ref: "commons.yaml#/parameters/start"
|
||||
- $ref: "commons.yaml#/parameters/count"
|
||||
- $ref: "commons.yaml#/parameters/sort"
|
||||
- name: query
|
||||
- name: search
|
||||
in: query
|
||||
required: true
|
||||
type: string
|
||||
|
|
Loading…
Reference in a new issue