Skip to content

Commit

Permalink
Merge pull request #6 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 38554f2 + 2cd940f commit 278f0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
829293335021cde29ecff4995c6d8fe740554314d687b02f70b82affc93d6e9f
a1860be9ff4cae7e8cc9a7b61a59b3acf51e0d196e9941370c4b3202b906f1fa
2 changes: 1 addition & 1 deletion Sources/APIs/PlayerThemesAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/PlayerThemesAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 278f0f5

Please sign in to comment.