From 4bbb432b7138b28a8238cad23cb9aaa5353150e4 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 27 Sep 2023 13:09:06 +0200 Subject: [PATCH] Add player logo file contraints to API reference --- oas_apivideo.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oas_apivideo.yaml b/oas_apivideo.yaml index 75b32052..dfccd0eb 100644 --- a/oas_apivideo.yaml +++ b/oas_apivideo.yaml @@ -8894,7 +8894,11 @@ paths: tags: - Player Themes summary: Upload a logo - description: Upload an image logo for a player. + description: | + Upload an image file as a logo for your player. The image should fit within these constraints: + - The image mime type must be `image/jpeg` or `image/png`. api.video recommends using `png` images with transparent background. + - The image size should be a maximum of 200px width x 100px. + - The file size should be a maximum of 100 KiB. operationId: POST_players-playerId-logo parameters: - name: playerId