diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 49616bcaa..cd231aa2b 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -23,7 +23,7 @@ info: | |||
23 | - [Go](https://framagit.org/framasoft/peertube/clients/go) | 23 | - [Go](https://framagit.org/framasoft/peertube/clients/go) |
24 | - [Kotlin](https://framagit.org/framasoft/peertube/clients/kotlin) | 24 | - [Kotlin](https://framagit.org/framasoft/peertube/clients/kotlin) |
25 | 25 | ||
26 | See the [Quick Start guide](https://docs.joinpeertube.org/#/api-rest-getting-started) so you can play with the PeerTube API. | 26 | See the [Quick Start guide](https://docs.joinpeertube.org/api-rest-getting-started) so you can play with the PeerTube API. |
27 | 27 | ||
28 | # Authentication | 28 | # Authentication |
29 | 29 | ||
@@ -34,7 +34,7 @@ info: | |||
34 | ## Roles | 34 | ## Roles |
35 | 35 | ||
36 | Accounts are given permissions based on their role. There are three roles on | 36 | Accounts are given permissions based on their role. There are three roles on |
37 | PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/#/admin-managing-users?id=roles) for a detail of their permissions. | 37 | PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/admin-managing-users?id=roles) for a detail of their permissions. |
38 | 38 | ||
39 | # Errors | 39 | # Errors |
40 | 40 | ||
@@ -95,7 +95,7 @@ tags: | |||
95 | information across its social graph by posting activities to actors' inbox | 95 | information across its social graph by posting activities to actors' inbox |
96 | endpoints. | 96 | endpoints. |
97 | externalDocs: | 97 | externalDocs: |
98 | url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-follows | 98 | url: https://docs.joinpeertube.org/admin-following-instances?id=instances-follows |
99 | - name: Instance Redundancy | 99 | - name: Instance Redundancy |
100 | description: > | 100 | description: > |
101 | Redundancy is part of the inter-server solidarity that PeerTube fosters. | 101 | Redundancy is part of the inter-server solidarity that PeerTube fosters. |
@@ -103,12 +103,12 @@ tags: | |||
103 | to the policy of video selection of your choice. Note that you have a similar functionality | 103 | to the policy of video selection of your choice. Note that you have a similar functionality |
104 | to mirror individual videos, see `Video Mirroring`. | 104 | to mirror individual videos, see `Video Mirroring`. |
105 | externalDocs: | 105 | externalDocs: |
106 | url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-redundancy | 106 | url: https://docs.joinpeertube.org/admin-following-instances?id=instances-redundancy |
107 | - name: Plugins | 107 | - name: Plugins |
108 | description: > | 108 | description: > |
109 | Managing plugins installed from a local path or from NPM, or search for new ones. | 109 | Managing plugins installed from a local path or from NPM, or search for new ones. |
110 | externalDocs: | 110 | externalDocs: |
111 | url: https://docs.joinpeertube.org/#/api-plugins | 111 | url: https://docs.joinpeertube.org/api-plugins |
112 | - name: Abuses | 112 | - name: Abuses |
113 | description: | | 113 | description: | |
114 | Abuses deal with reports of local or remote videos/comments/accounts alike. | 114 | Abuses deal with reports of local or remote videos/comments/accounts alike. |
@@ -3815,7 +3815,7 @@ components: | |||
3815 | 3815 | ||
3816 | - Have an account with sufficient authorization levels | 3816 | - Have an account with sufficient authorization levels |
3817 | 3817 | ||
3818 | - [Generate](https://docs.joinpeertube.org/#/api-rest-getting-started) a | 3818 | - [Generate](https://docs.joinpeertube.org/api-rest-getting-started) a |
3819 | Bearer Token | 3819 | Bearer Token |
3820 | 3820 | ||
3821 | - Make Authenticated Requests | 3821 | - Make Authenticated Requests |