diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-12 11:06:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-12 11:44:28 +0100 |
commit | b64c950a1cb37da880fc14e8535f438c78b5b7f7 (patch) | |
tree | 713bcba3c36e8b13345f0d7134d2e2876265b8e2 /support/doc/api/openapi.yaml | |
parent | 416c359cb5967c2b5dff0909ef5558a49d753a1a (diff) | |
download | PeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.tar.gz PeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.tar.zst PeerTube-b64c950a1cb37da880fc14e8535f438c78b5b7f7.zip |
Update videos api list for account
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 11 |
1 files changed, 7 insertions, 4 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: |