From 655b549048a480edeedf265a018aac951af3a3c1 Mon Sep 17 00:00:00 2001 From: David Libeau Date: Sun, 29 Jul 2018 16:26:05 -0400 Subject: [PATCH] Correct API documentation for search (#881) --- support/doc/api/html/index.html | 2 +- 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 @@
-
query: +
search: string 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: - $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 -- 2.41.0