Update Zoom Room settings API Responsed Success, but part didn't update

■Question
Why was not setting Contents in Contents List.

Please help me.
I want to set contents in contents list.

■Apps Type
Server-to-Server OAuth

■API
Update Zoom Room settings
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/updateZRSettings

■QUERY-STRING PARAMETERS
signage

■REQUEST BODY


        requestBody = {

            'digital_signage': {

                'play_list': [{

                    'action': 'add',

                    'contents': [{

                        'action': 'add',

                        'content_id': '-----',

                        'duration': 65,

                        'name': 'test3.PNG',

                        'order': 1

                    }],

                    'end_time': '2023-02-08T06:00:00Z',

                    'name': 'testList',

                    'start_time': '2023-02-04T05:00:00Z'

                }]

            }

        };

※‘content_id’ is masked.
I use ↓API, get “content_id” and set it.
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/listDigitalSignageContent

■Result
RESPONSE:204
Contents List:created
⇒Name:testList
Start Time:2023-02-04
End Time:2023-02-08
Contents in Contents List:nothing
⇒I hope Contents List “testList” have “test3.PNG”.
※When I run manually setting contents in contents list, I get successful.

So, API successed, but part failed.

■Note
I tested “action:add”, “action:update” and “action:delete”, but all failed.(Off course, response is “204” and contents List created or updated.)

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.