When using Rest API through PUT, it resets after every search. Why does this happen?
DX O2 SaaS
We looked into the API behavior, and on editing a schedule you need to send the full payload again. Only "schedule" and "name" field is optional, which will retain the existing value. Any missing fields will be cleared or reset to default values. (like false for boolean and 0 for integer).
DEVICE name is device ID, but SERVICE name is really name, and ID’s are ID’s.