diff options
author | Frank Sträter <fstrater@beeldengeluid.nl> | 2019-08-07 10:26:46 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-08-07 10:36:22 +0200 |
commit | b3d1054e8602c13122126d7bb3878ffa8363db9e (patch) | |
tree | 07396c02929a0dfcdf0cee0ed8e909f1ad375f1b /support/doc/api | |
parent | 6b9c966f6428c9e47bead3410a0401e8ebd744bf (diff) | |
download | PeerTube-b3d1054e8602c13122126d7bb3878ffa8363db9e.tar.gz PeerTube-b3d1054e8602c13122126d7bb3878ffa8363db9e.tar.zst PeerTube-b3d1054e8602c13122126d7bb3878ffa8363db9e.zip |
Fixed 2 typos
Diffstat (limited to 'support/doc/api')
-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 bd07fbc51..66604a947 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1100,7 +1100,7 @@ paths: | |||
1100 | "Authorization:Bearer $token" | 1100 | "Authorization:Bearer $token" |
1101 | /videos/imports: | 1101 | /videos/imports: |
1102 | post: | 1102 | post: |
1103 | summary: Import a torrent or magnetURI or HTTP ressource (if enabled by the instance administrator) | 1103 | summary: Import a torrent or magnetURI or HTTP resource (if enabled by the instance administrator) |
1104 | security: | 1104 | security: |
1105 | - OAuth2: [] | 1105 | - OAuth2: [] |
1106 | tags: | 1106 | tags: |
@@ -1428,7 +1428,7 @@ paths: | |||
1428 | - name: rating | 1428 | - name: rating |
1429 | in: query | 1429 | in: query |
1430 | required: false | 1430 | required: false |
1431 | description: Optionaly filter which ratings to retrieve | 1431 | description: Optionally filter which ratings to retrieve |
1432 | schema: | 1432 | schema: |
1433 | type: string | 1433 | type: string |
1434 | enum: | 1434 | enum: |