I'm generating an image everyday, and uploaded via the API : POST /postupload
The image is uploaded successfully everyday.
But the deployment POST /groups/{group_id} with {"deploy": true} (as only payload) doesn't work sometimes without error reported.
I think it's not deployed because the image has not significant changes ?
Hello,
I'm generating an image everyday, and uploaded via the API :
POST /postupload
The image is uploaded successfully everyday. But the deploymentPOST /groups/{group_id}
with{"deploy": true}
(as only payload) doesn't work sometimes without error reported. I think it's not deployed because the image has not significant changes ?Also tried via the
{"deployEveryday": true}
, doesn't seem to work like in https://your_username.pisignage.com/Bug or wrong way ? How do you deploy groups via the API ?