Zoom rooms setting update

When configuring Digital Signage playlist display period for a Zoom Room using the Settings API, the playlist is being scheduled for the entire day, ignoring the specified display time window.

PATCH /v2/rooms/{roomId}/settings?setting_type=signage

Request body:

{
“digital_signage”: {
“layout”: “standard”,
“mute”: false,
“banner”: {
“banner_room_name”: true,
“banner_time”: true,
“banner_sharing_key”: true
},
“enable_digital_signage”: true,
“display_period”: {
“start_displaying_content”: 5,
“stop_displaying_content”: 5
},
“play_list”: [
{
“name”: “Tuesday”,
“action”: “add”,
“contents”: [
{
“duration”: 10,
“order”: 1,
“content_id”: “fs-6835FE1A4CBF179D72AADA164A54E79B”
}
],
“start_time”: “2026-02-10T13:00:00Z”,
“end_time”: “2026-02-10T17:00:00Z”
}
]
}
}

Some one pls help on this.

Hi @Surya.yadavalli , can you please share the response and the zm-tracking-id from the response header?

Hi @gianni.zoom

I tried with new request.
URL: PATCH https://api.zoom.us/v2/rooms/YJ1b6QjyjeteXs3_NDA/settings?setting_type=signage

request body :
{

"digital_signage": {

    "layout": "standard",

    "mute": false,

    "banner": {

        "banner_room_name": true,

        "banner_time": true,

        "banner_sharing_key": true

    },

    "enable_digital_signage": true,

    "display_period": {

        "start_displaying_content": 5,

        "stop_displaying_content": 5

    },

    "play_list": [

        {

            "name": "Schedule Test",

            "action": "add",

            "contents": \[

                {

                    "duration": 10,

                    "order": 1,

                    "content_id": "fs-6835FE1A4CBF179D72AADA164A54E79B"

                }

            ],

            "start_time": "2026-02-12T07:30:00Z",

            "end_time": "2026-02-12T11:30:00Z"

        }

    \]

}

}

zm-tracking-id : v=2.0;clid=us06;rid=WEB_f930fe5a53f34a6b33c631bb768c5858

response : Empty response body with status 204