From 2cd940fe30940e8cf97175342637ab94afdbddf8 Mon Sep 17 00:00:00 2001 From: olivierapivideo Date: Tue, 7 Dec 2021 10:56:10 +0000 Subject: [PATCH] Minor change in API spec --- .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 | 2 +- Sources/APIs/PlayerThemesAPI.swift | 2 +- docs/PlayerThemesAPI.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index 6152c06..b5beaff 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -829293335021cde29ecff4995c6d8fe740554314d687b02f70b82affc93d6e9f \ No newline at end of file +a1860be9ff4cae7e8cc9a7b61a59b3acf51e0d196e9941370c4b3202b906f1fa \ No newline at end of file diff --git a/Sources/APIs/PlayerThemesAPI.swift b/Sources/APIs/PlayerThemesAPI.swift index 4aa9614..7457c43 100644 --- a/Sources/APIs/PlayerThemesAPI.swift +++ b/Sources/APIs/PlayerThemesAPI.swift @@ -373,7 +373,7 @@ open class PlayerThemesAPI { /** Upload a logo - POST /players/{playerId}/logo - - The uploaded image maximum size should be 200x100 and its weight should be 200KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. + - The uploaded image maximum size should be 200x100 and its weight should be 100KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. - BASIC: - type: http - name: bearerAuth diff --git a/docs/PlayerThemesAPI.md b/docs/PlayerThemesAPI.md index ad704eb..6875f39 100644 --- a/docs/PlayerThemesAPI.md +++ b/docs/PlayerThemesAPI.md @@ -326,7 +326,7 @@ Name | Type | Description | Notes Upload a logo -The uploaded image maximum size should be 200x100 and its weight should be 200KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. +The uploaded image maximum size should be 200x100 and its weight should be 100KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. ### Example ```swift