API Rest with PUT reset after usage
search cancel

API Rest with PUT reset after usage

book

Article ID: 436502

calendar_today

Updated On:

Products

DX Operational Intelligence

Issue/Introduction

When using Rest API through PUT, it resets after every search. Why does this happen?

Environment

DX O2 SaaS

Resolution

 
 

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).

Additional Information

DEVICE name is device ID, but SERVICE name is really name, and ID’s are ID’s.