diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index 2dedf5b..c64e6f1 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -15641308b8635d4681dbd94d4931525c407a0a10b8e7487da2365559b4d4adf2 \ No newline at end of file +99dd458f8a6d84027d6ea7d90cbc93b699c1c212f7f0e36f067326a87a068499 \ No newline at end of file diff --git a/docs/PlayerThemesApi.md b/docs/PlayerThemesApi.md index 0840113..d201525 100644 --- a/docs/PlayerThemesApi.md +++ b/docs/PlayerThemesApi.md @@ -360,7 +360,7 @@ Name | Type | Description | Notes Upload a logo -Upload an image logo for a player. +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. ### Example ```csharp diff --git a/src/Api/PlayerThemesApi.cs b/src/Api/PlayerThemesApi.cs index 204f45a..106afcd 100644 --- a/src/Api/PlayerThemesApi.cs +++ b/src/Api/PlayerThemesApi.cs @@ -508,7 +508,7 @@ private APIlistRequest copy() { } } /// - /// Upload a logo Upload an image logo for a player. + /// Upload a logo 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. /// /// Thrown when fails to make API call /// The unique identifier for the player. @@ -523,7 +523,7 @@ public PlayerTheme uploadLogo(string playerId, System.IO.Stream file, string lin } /// - /// Upload a logo Upload an image logo for a player. + /// Upload a logo 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. /// /// Thrown when fails to make API call /// The unique identifier for the player.