diff options
author | Frank Sträter <fstrater@beeldengeluid.nl> | 2019-08-05 14:08:27 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-08-05 14:18:03 +0200 |
commit | f9f8909298cdcddbe5360ec1058c0fedc7ea51d9 (patch) | |
tree | ef16ca357906bfa85b3fe60f0e942346266bb91b /support/doc/api | |
parent | f60e85ce871770e4cfd1fdb5121ca0116122ee42 (diff) | |
download | PeerTube-f9f8909298cdcddbe5360ec1058c0fedc7ea51d9.tar.gz PeerTube-f9f8909298cdcddbe5360ec1058c0fedc7ea51d9.tar.zst PeerTube-f9f8909298cdcddbe5360ec1058c0fedc7ea51d9.zip |
Add originallyPublishedAt in /videos/upload to the OpenAPI document
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 39fa3cef5..bd07fbc51 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1062,6 +1062,10 @@ paths: | |||
1062 | commentsEnabled: | 1062 | commentsEnabled: |
1063 | description: Enable or disable comments for this video | 1063 | description: Enable or disable comments for this video |
1064 | type: string | 1064 | type: string |
1065 | originallyPublishedAt: | ||
1066 | description: Date when the content was originally published | ||
1067 | type: string | ||
1068 | format: date-time | ||
1065 | scheduleUpdate: | 1069 | scheduleUpdate: |
1066 | $ref: '#/components/schemas/VideoScheduledUpdate' | 1070 | $ref: '#/components/schemas/VideoScheduledUpdate' |
1067 | required: | 1071 | required: |