Skip to content

Commit 278f0f5

Browse files
Merge pull request #6 from apivideo/minor-change-in-api-description
Minor change in API spec
2 parents 38554f2 + 2cd940f commit 278f0f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
829293335021cde29ecff4995c6d8fe740554314d687b02f70b82affc93d6e9f
1+
a1860be9ff4cae7e8cc9a7b61a59b3acf51e0d196e9941370c4b3202b906f1fa

Sources/APIs/PlayerThemesAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ open class PlayerThemesAPI {
373373
/**
374374
Upload a logo
375375
- POST /players/{playerId}/logo
376-
- 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.
376+
- 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.
377377
- BASIC:
378378
- type: http
379379
- name: bearerAuth

docs/PlayerThemesAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Name | Type | Description | Notes
326326

327327
Upload a logo
328328

329-
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.
329+
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.
330330

331331
### Example
332332
```swift

0 commit comments

Comments
 (0)