From b64c950a1cb37da880fc14e8535f438c78b5b7f7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Mar 2018 11:06:15 +0100 Subject: Update videos api list for account --- support/doc/api/openapi.yaml | 11 +++++++---- support/systemd/peertube.service | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'support') 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: type: number uuid: type: string - accountName: - type: string createdAt: type: string updatedAt: @@ -1069,8 +1067,6 @@ definitions: type: boolean name: type: string - serverHost: - type: string thumbnailPath: type: string previewPath: @@ -1085,6 +1081,13 @@ definitions: type: number nsfw: type: boolean + account: + name: string + displayName: string + url: string + host: string + avatar: + $ref: "#/definitions/Avatar" VideoAbuse: properties: 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 @@ [Unit] Description=PeerTube daemon -After=network.target +After=network.target postgresql.service [Service] Type=simple -- cgit v1.2.3