diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:32:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:32:53 +0200 |
commit | 7f91ecbde475fcbf9e4997786b7a313ff4b8587c (patch) | |
tree | 792261de87af7889119dd09db47ca8fc941a9086 /support/doc | |
parent | 619537426bbb9fcb9f2825068d5f907db0dc1f09 (diff) | |
download | PeerTube-7f91ecbde475fcbf9e4997786b7a313ff4b8587c.tar.gz PeerTube-7f91ecbde475fcbf9e4997786b7a313ff4b8587c.tar.zst PeerTube-7f91ecbde475fcbf9e4997786b7a313ff4b8587c.zip |
Completely remove torrent static path
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index e9e84b139..d6f8c1ae0 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -5137,7 +5137,6 @@ components: | |||
5137 | type: string | 5137 | type: string |
5138 | format: uri | 5138 | format: uri |
5139 | description: magnet URI allowing to resolve the video via BitTorrent without a metainfo file | 5139 | description: magnet URI allowing to resolve the video via BitTorrent without a metainfo file |
5140 | example: magnet:?xs=https%3A%2F%2Fframatube.org%2Fstatic%2Ftorrents%2F9c9de5e8-0a1e-484a-b099-e80766180a6d-240.torrent&xt=urn:btih:38b4747ff788b30bf61f59d1965cd38f9e48e01f&dn=What+is+PeerTube%3F&tr=wss%3A%2F%2Fframatube.org%2Ftracker%2Fsocket&tr=https%3A%2F%2Fframatube.org%2Ftracker%2Fannounce&ws=https%3A%2F%2Fframatube.org%2Fstatic%2Fwebseed%2F9c9de5e8-0a1e-484a-b099-e80766180a6d-240.mp4 | ||
5141 | pattern: /magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32}/i | 5140 | pattern: /magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32}/i |
5142 | resolution: | 5141 | resolution: |
5143 | $ref: '#/components/schemas/VideoResolutionConstant' | 5142 | $ref: '#/components/schemas/VideoResolutionConstant' |
@@ -5487,7 +5486,6 @@ components: | |||
5487 | type: string | 5486 | type: string |
5488 | format: uri | 5487 | format: uri |
5489 | description: magnet URI allowing to resolve the import's source video | 5488 | description: magnet URI allowing to resolve the import's source video |
5490 | example: magnet:?xs=https%3A%2F%2Fframatube.org%2Fstatic%2Ftorrents%2F9c9de5e8-0a1e-484a-b099-e80766180a6d-240.torrent&xt=urn:btih:38b4747ff788b30bf61f59d1965cd38f9e48e01f&dn=What+is+PeerTube%3F&tr=wss%3A%2F%2Fframatube.org%2Ftracker%2Fsocket&tr=https%3A%2F%2Fframatube.org%2Ftracker%2Fannounce&ws=https%3A%2F%2Fframatube.org%2Fstatic%2Fwebseed%2F9c9de5e8-0a1e-484a-b099-e80766180a6d-240.mp4 | ||
5491 | pattern: /magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32}/i | 5489 | pattern: /magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32}/i |
5492 | torrentfile: | 5490 | torrentfile: |
5493 | writeOnly: true | 5491 | writeOnly: true |