diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-23 14:58:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-23 14:58:34 +0200 |
commit | 46e9407c60650fefd0c0a3358da22d81dabe6f09 (patch) | |
tree | 7d8ea55346de655dd8c60dddc6a430541186ed6c /support/doc/api/openapi.yaml | |
parent | 79ad1706f3cf009e04db9cd9e6a721801d93e64e (diff) | |
download | PeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.tar.gz PeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.tar.zst PeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.zip |
Update URLs to point to new documentation site
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9963e1d26..3c7688a7c 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -38,7 +38,7 @@ info: | |||
38 | } | 38 | } |
39 | ``` | 39 | ``` |
40 | externalDocs: | 40 | externalDocs: |
41 | url: https://docs.joinpeertube.org/api.html | 41 | url: https://docs.joinpeertube.org/#/api-rest-reference.html |
42 | tags: | 42 | tags: |
43 | - name: Accounts | 43 | - name: Accounts |
44 | description: > | 44 | description: > |
@@ -1739,7 +1739,7 @@ components: | |||
1739 | 1739 | ||
1740 | - Have an account with sufficient authorization levels | 1740 | - Have an account with sufficient authorization levels |
1741 | 1741 | ||
1742 | - [Generate](https://docs.joinpeertube.org/lang/en/devdocs/rest.html) a | 1742 | - [Generate](https://docs.joinpeertube.org/#/api-rest-getting-started) a |
1743 | Bearer Token | 1743 | Bearer Token |
1744 | 1744 | ||
1745 | - Make Authenticated Requests | 1745 | - Make Authenticated Requests |