aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-12 11:06:15 +0100
committerChocobozzz <me@florianbigard.com>2018-03-12 11:44:28 +0100
commitb64c950a1cb37da880fc14e8535f438c78b5b7f7 (patch)
tree713bcba3c36e8b13345f0d7134d2e2876265b8e2 /support
parent416c359cb5967c2b5dff0909ef5558a49d753a1a (diff)
downloadPeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.tar.gz
PeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.tar.zst
PeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.zip
Update videos api list for account
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml11
-rw-r--r--support/systemd/peertube.service2
2 files changed, 8 insertions, 5 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index e8e593420..c67d8e477 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -1043,8 +1043,6 @@ definitions:
1043 type: number 1043 type: number
1044 uuid: 1044 uuid:
1045 type: string 1045 type: string
1046 accountName:
1047 type: string
1048 createdAt: 1046 createdAt:
1049 type: string 1047 type: string
1050 updatedAt: 1048 updatedAt:
@@ -1069,8 +1067,6 @@ definitions:
1069 type: boolean 1067 type: boolean
1070 name: 1068 name:
1071 type: string 1069 type: string
1072 serverHost:
1073 type: string
1074 thumbnailPath: 1070 thumbnailPath:
1075 type: string 1071 type: string
1076 previewPath: 1072 previewPath:
@@ -1085,6 +1081,13 @@ definitions:
1085 type: number 1081 type: number
1086 nsfw: 1082 nsfw:
1087 type: boolean 1083 type: boolean
1084 account:
1085 name: string
1086 displayName: string
1087 url: string
1088 host: string
1089 avatar:
1090 $ref: "#/definitions/Avatar"
1088 VideoAbuse: 1091 VideoAbuse:
1089 properties: 1092 properties:
1090 id: 1093 id:
diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service
index 047ce7e56..346738159 100644
--- a/support/systemd/peertube.service
+++ b/support/systemd/peertube.service
@@ -1,6 +1,6 @@
1[Unit] 1[Unit]
2Description=PeerTube daemon 2Description=PeerTube daemon
3After=network.target 3After=network.target postgresql.service
4 4
5[Service] 5[Service]
6Type=simple 6Type=simple