I need to change schedule time using POST rest api.
To do it I used command from example in documentation. It looks like this:
curl -k -u admin:pass https://localhost:8089/services/saved/searches/test/reschedule -d schedule_time=2016-08-30T14:00:00Z, but it changing next schedule time to now rather than time in schedule_time parameter.
Maybe you know where is the problem?
↧