Skip to content

Commit

Permalink
Add player logo file contraints to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Sep 27, 2023
1 parent 9f19691 commit 15c9e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apivideo/api/player_themes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def upload_logo(
):
"""Upload a logo # noqa: E501
Upload an image logo for a player. # noqa: E501
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. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
Expand Down
2 changes: 1 addition & 1 deletion docs/PlayerThemesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,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

Expand Down

0 comments on commit 15c9e1f

Please sign in to comment.