diff options
-rw-r--r-- | support/doc/api/html/index.html | 2 | ||||
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html index c65e8ea6c..0efc24f02 100644 --- a/support/doc/api/html/index.html +++ b/support/doc/api/html/index.html | |||
@@ -6244,7 +6244,7 @@ | |||
6244 | </div> | 6244 | </div> |
6245 | <div class="prop-row prop-group"> | 6245 | <div class="prop-row prop-group"> |
6246 | <div class="prop-name"> | 6246 | <div class="prop-name"> |
6247 | <div class="prop-title">query: | 6247 | <div class="prop-title">search: |
6248 | <span class="prop-type"> | 6248 | <span class="prop-type"> |
6249 | <span class="json-property-type">string</span> | 6249 | <span class="json-property-type">string</span> |
6250 | <span class="json-property-range" title="Value limits"></span> | 6250 | <span class="json-property-range" title="Value limits"></span> |
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 7e290a41e..59ca8b29a 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -950,7 +950,7 @@ paths: | |||
950 | - $ref: "commons.yaml#/parameters/start" | 950 | - $ref: "commons.yaml#/parameters/start" |
951 | - $ref: "commons.yaml#/parameters/count" | 951 | - $ref: "commons.yaml#/parameters/count" |
952 | - $ref: "commons.yaml#/parameters/sort" | 952 | - $ref: "commons.yaml#/parameters/sort" |
953 | - name: query | 953 | - name: search |
954 | in: query | 954 | in: query |
955 | required: true | 955 | required: true |
956 | type: string | 956 | type: string |