Skip to content

Commit 6f65967

Browse files
authored
Automated update of Spotify's OpenAPI definition (#290)
1 parent 23a7304 commit 6f65967

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

fixed-spotify-open-api.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5223,6 +5223,9 @@ components:
52235223
maximum: 100
52245224
nullable: true
52255225
description: The current volume in percent.
5226+
supports_volume:
5227+
type: boolean
5228+
description: If this device can be used to set the volume.
52265229
CursorObject:
52275230
type: object
52285231
x-spotify-docs-type: CursorObject

official-spotify-open-api.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5270,6 +5270,9 @@ components:
52705270
maximum: 100
52715271
nullable: true
52725272
description: The current volume in percent.
5273+
supports_volume:
5274+
type: boolean
5275+
description: If this device can be used to set the volume.
52735276

52745277
CursorObject:
52755278
type: object

0 commit comments

Comments
 (0)