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 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'support/doc') 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: -- cgit v1.2.3