aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api')
-rw-r--r--support/doc/api/html/index.html2
-rw-r--r--support/doc/api/openapi.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html
index 7e8adb2df..a47742f45 100644
--- a/support/doc/api/html/index.html
+++ b/support/doc/api/html/index.html
@@ -272,7 +272,7 @@
272 <span>https</span> 272 <span>https</span>
273 </h5> 273 </h5>
274 <h5>Version: 274 <h5>Version:
275 <span>1.0.0-alpha</span> 275 <span>1.0.0-beta</span>
276 </h5> 276 </h5>
277 </section> 277 </section>
278 </div> 278 </div>
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 @@
1swagger: '2.0' 1swagger: '2.0'
2info: 2info:
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.
6host: peertube.example.com 6host: peertube.example.com
7basePath: '/api/v1' 7basePath: '/api/v1'