diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-20 10:32:54 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-20 10:32:54 +0100 |
commit | 164e6c87787173d9ac4eaf7dd80db4056fd3e354 (patch) | |
tree | 28119b9b50ae00cb628aa522ea69432b9d2981ed /support/doc/api/openapi.yaml | |
parent | c91de74372432dee446bf837121ff40359185f4e (diff) | |
download | PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.gz PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.zst PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.zip |
Prepare beta
Diffstat (limited to 'support/doc/api/openapi.yaml')
-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 634da66e8..44b437c40 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1,7 +1,7 @@ | |||
1 | swagger: '2.0' | 1 | swagger: '2.0' |
2 | info: | 2 | info: |
3 | title: PeerTube | 3 | title: PeerTube |
4 | version: 1.0.0-alpha | 4 | version: 1.0.0-beta |
5 | description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. | 5 | description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. |
6 | host: peertube.example.com | 6 | host: peertube.example.com |
7 | basePath: '/api/v1' | 7 | basePath: '/api/v1' |