From: David Libeau Date: Sun, 29 Jul 2018 20:26:05 +0000 (-0400) Subject: Correct API documentation for search (#881) X-Git-Tag: v1.0.0-beta.10.pre.3~18 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=655b549048a480edeedf265a018aac951af3a3c1;p=github%2FChocobozzz%2FPeerTube.git Correct API documentation for search (#881) --- 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