diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-22 08:40:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-22 08:40:24 +0200 |
commit | 2dd530129fc8b1898fb67dccf3f44ccc36dc28c9 (patch) | |
tree | 02e1f521c455c7b286b67ea2ddd49705949b3169 /support/doc | |
parent | b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d (diff) | |
download | PeerTube-2dd530129fc8b1898fb67dccf3f44ccc36dc28c9.tar.gz PeerTube-2dd530129fc8b1898fb67dccf3f44ccc36dc28c9.tar.zst PeerTube-2dd530129fc8b1898fb67dccf3f44ccc36dc28c9.zip |
Fix openapi search endpoint
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 338e4a8ee..9184d7827 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1973,7 +1973,6 @@ paths: | |||
1973 | - $ref: '#/components/parameters/skipCount' | 1973 | - $ref: '#/components/parameters/skipCount' |
1974 | - $ref: '#/components/parameters/start' | 1974 | - $ref: '#/components/parameters/start' |
1975 | - $ref: '#/components/parameters/count' | 1975 | - $ref: '#/components/parameters/count' |
1976 | - $ref: '#/components/parameters/videosSort' | ||
1977 | - $ref: '#/components/parameters/videosSearchSort' | 1976 | - $ref: '#/components/parameters/videosSearchSort' |
1978 | - name: search | 1977 | - name: search |
1979 | in: query | 1978 | in: query |