Hi
Is there anyway to update de “Monitored on site” value of a folder from the API.
The method:
PUT /objects/folder_config/{folder}
only allows updating the attributes or name of the folder:

Hi
Is there anyway to update de “Monitored on site” value of a folder from the API.
The method:
PUT /objects/folder_config/{folder}
only allows updating the attributes or name of the folder:

do a GET to that end-point, look at the result, to what is required, and use PUT
Hi @Anders
Thanks! I didnt realize that the “site” attribute could be used (because on the example it wasnt) it works perfectly, thanks again!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.