Skip to content

Commit

Permalink
Merge pull request #273 from apivideo/update-player-logo-request-desc…
Browse files Browse the repository at this point in the history
…ription

Add player logo file contraints to API reference
  • Loading branch information
szekelyzol authored Sep 28, 2023
2 parents eb98523 + 4bbb432 commit ac848d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac848d6

Please sign in to comment.