diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:31:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:31:42 +0200 |
commit | 6676056a316a09557b8445cf6c0583ff8c588339 (patch) | |
tree | 9945d9df0dd6e79761a7fc8b6f8e4447bdc83469 /support | |
parent | 0ceadb3578bf8197308d803446eaaefc01830e08 (diff) | |
download | PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.tar.gz PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.tar.zst PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.zip |
Add max count information in api doc
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9184d7827..29e42064b 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2007,7 +2007,7 @@ components: | |||
2007 | name: count | 2007 | name: count |
2008 | in: query | 2008 | in: query |
2009 | required: false | 2009 | required: false |
2010 | description: Number of items | 2010 | description: "Number of items (max: 100)" |
2011 | schema: | 2011 | schema: |
2012 | type: number | 2012 | type: number |
2013 | sort: | 2013 | sort: |