Update a Sonos Connect integration

Updates the settings of a Sonos integration on your account. Only description, household_id, groups, volume and enabled can be changed here; any other field in the body is ignored. A body containing none of those returns 400. Changing enabled or groups rebuilds the paging extension that routes calls to the speakers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the integration to update; only pass IDs returned by GET /api/v1/sonos_connect.

Body Params
string | null

Label for this integration.

string | null

Identifier of the Sonos household the integration controls.

groups
object | null

Speaker groups that paging should reach.

number | null

Playback volume used for paging announcements.

boolean | null

Whether paging to this integration is active.

Responses
200

The update was applied; the body is empty.

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json