diff --git a/fixed-spotify-open-api.yml b/fixed-spotify-open-api.yml index 66dfa7f..98fbe5a 100644 --- a/fixed-spotify-open-api.yml +++ b/fixed-spotify-open-api.yml @@ -5223,6 +5223,9 @@ components: maximum: 100 nullable: true description: The current volume in percent. + supports_volume: + type: boolean + description: If this device can be used to set the volume. CursorObject: type: object x-spotify-docs-type: CursorObject diff --git a/official-spotify-open-api.yml b/official-spotify-open-api.yml index 5f10989..1395de6 100644 --- a/official-spotify-open-api.yml +++ b/official-spotify-open-api.yml @@ -5270,6 +5270,9 @@ components: maximum: 100 nullable: true description: The current volume in percent. + supports_volume: + type: boolean + description: If this device can be used to set the volume. CursorObject: type: object