X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fapi%2Fopenapi.yaml;h=39fa3cef51fa20af5044696aeb61ac7f0aa094c1;hb=bfbd912886eba17b4aa9a40dcef2fddc685d85bf;hp=a6f61b3b21d21e9694749f07baeb3ef9baaf10e1;hpb=1f82e3e88550ea73043a17e7236d4fcfe3a49d28;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index a6f61b3b2..39fa3cef5 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1922,6 +1922,9 @@ components: type: number stopTimestamp: type: number + video: + nullable: true + $ref: '#/components/schemas/Video' VideoFile: properties: magnetUri: @@ -2029,9 +2032,6 @@ components: properties: currentTime: type: number - playlistElement: - nullable: true - $ref: '#/components/schemas/PlaylistElement' VideoDetails: allOf: - $ref: '#/components/schemas/Video'