From e4be895f7cfa8b5e9f6c15a66ae590665ac038e6 Mon Sep 17 00:00:00 2001 From: sonallux <13821543+sonallux@users.noreply.github.com> Date: Tue, 29 Aug 2023 02:52:26 +0000 Subject: [PATCH] Automated update of Spotify's OpenAPI definition --- fixed-spotify-open-api.yml | 3 +++ official-spotify-open-api.yml | 3 +++ 2 files changed, 6 insertions(+) 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