diff options
-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: |