X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=support%2Fdoc%2Fapi%2Fopenapi.yaml;h=30a250c70be0805d24399d4d99462b24deced89d;hb=22af8aac79a8bcd8d0c576b0be000ba2233ba1c5;hp=570a377f8d2816e89f837c82ac8cd192b2e9d20c;hpb=54beb819f05f033f84cd397b1a3534b20cde916f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 570a377f8..30a250c70 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: PeerTube - version: 1.4.0-rc.1 + version: 1.4.1 contact: name: PeerTube Community url: 'https://joinpeertube.org' @@ -530,7 +530,7 @@ paths: - My User responses: '204': - description: Successful operation + description: successful operation requestBody: content: application/json: @@ -818,12 +818,8 @@ paths: parameters: - $ref: '#/components/parameters/idOrUUID' responses: - '200': + '204': description: successful operation - content: - application/json: - schema: - $ref: '#/components/schemas/Video' requestBody: content: multipart/form-data: @@ -872,6 +868,10 @@ paths: commentsEnabled: description: Enable or disable comments for this video type: string + originallyPublishedAt: + description: Date when the content was originally published + type: string + format: date-time scheduleUpdate: $ref: '#/components/schemas/VideoScheduledUpdate' get: