diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-15 14:10:15 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-15 14:10:16 +0100 |
commit | 3e9e6f2f14fda845e6000cfada07d1bfb176bd21 (patch) | |
tree | c8ab535f0f5ff0454b1e1df36ce4d8473846d676 /README.md | |
parent | 6cb3482ceba2e0564a05b525699f29a1f5ff20a2 (diff) | |
download | PeerTube-3e9e6f2f14fda845e6000cfada07d1bfb176bd21.tar.gz PeerTube-3e9e6f2f14fda845e6000cfada07d1bfb176bd21.tar.zst PeerTube-3e9e6f2f14fda845e6000cfada07d1bfb176bd21.zip |
migrate Swagger 2.0 spec to OpenAPI 3.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -183,9 +183,8 @@ See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation of the a | |||
183 | #### Backend | 183 | #### Backend |
184 | 184 | ||
185 | * REST API: | 185 | * REST API: |
186 | * Quick Start: [/support/doc/api/quickstart.md](/support/doc/api/quickstart.md) | 186 | * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) |
187 | * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) | 187 | * HTML explorer: [docs.joinpeertube.org/api.html](http://docs.joinpeertube.org/api.html) |
188 | * HTML explorer: [/support/doc/api/html/index.html](https://htmlpreview.github.io/?https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/html/index.html) | ||
189 | * Servers communicate with each other with [Activity | 188 | * Servers communicate with each other with [Activity |
190 | Pub](https://www.w3.org/TR/activitypub/). | 189 | Pub](https://www.w3.org/TR/activitypub/). |
191 | * Each server has its own users who query it (search videos, query where the | 190 | * Each server has its own users who query it (search videos, query where the |