Assign display to dispalygroup with API

To be completed by the original poster:

CMS Version

2.3.10 docker and 2.3.10 develope

Issue

I’m trying to Assign display to dispalygroup with API but doesn’t works: the display isn’t assigned. I’m using postman, the url is /displaygroup/:displayGroupId/display/assign, I tried different version of displayid array (i.e. [“id1”,“id2”] or [id1,id2] or id1,id2) but no one works.

Checking the code I saw that the sanitizer getIntArray function return every time an empty value (controller DisplayGroup.php function assignDisplay line 733 approx “$displays = $this->getSanitizer()->getIntArray(‘displayId’);”).

The cms use the same controller but posting value in different mode.

Could you help me.

Thanks

Ender

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