Skip to content

Commit

Permalink
Merge pull request #58 from apivideo/minor-change-in-api-description
Browse files Browse the repository at this point in the history
Minor change in API spec
  • Loading branch information
bot-api-video authored Dec 7, 2021
2 parents 20a2fbe + bc21099 commit 0478e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/PlayerThemesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export default class PlayerThemesApi {
}

/**
* 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.
* Upload a logo
* @param playerId The unique identifier for the player.
* @param file The name of the file you want to use for your logo.
Expand Down

0 comments on commit 0478e71

Please sign in to comment.