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 /support/doc/api/video-channels.yaml | |
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 'support/doc/api/video-channels.yaml')
-rw-r--r-- | support/doc/api/video-channels.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/support/doc/api/video-channels.yaml b/support/doc/api/video-channels.yaml deleted file mode 100644 index bbfffc81f..000000000 --- a/support/doc/api/video-channels.yaml +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | parameters: | ||
2 | id: | ||
3 | name: id | ||
4 | in: path | ||
5 | required: true | ||
6 | type: string | ||
7 | description: 'The video channel id or uuid' \ No newline at end of file | ||