diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-26 15:03:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-26 15:03:00 +0200 |
commit | 20dcfd74982f4ec8a143696abed02b059d30d9ec (patch) | |
tree | 8956b19749f7d95a3a0e1b17c57c9b73a9ca6497 /support/doc/api/openapi.yaml | |
parent | 000ca2a898a36214bbf8f787fef4af4cf5ad3c8d (diff) | |
download | PeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.tar.gz PeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.tar.zst PeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.zip |
Deprecate old static routes
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 756c610c1..464dcfbce 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -3887,7 +3887,7 @@ components: | |||
3887 | example: /static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg | 3887 | example: /static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg |
3888 | previewPath: | 3888 | previewPath: |
3889 | type: string | 3889 | type: string |
3890 | example: /static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg | 3890 | example: /lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg |
3891 | embedPath: | 3891 | embedPath: |
3892 | type: string | 3892 | type: string |
3893 | example: /videos/embed/a65bc12f-9383-462e-81ae-8207e8b434ee | 3893 | example: /videos/embed/a65bc12f-9383-462e-81ae-8207e8b434ee |