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 committed Sep 27, 2023
1 parent eb98523 commit 4bbb432
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 4bbb432

Please sign in to comment.