PUT Method

The HTTP PUT method is used to set and edit plan schedule settings. New settings are specified in a request URL.

For example, to schedule a plan to run at a specific time, send the following request:

PUT https://uwin2012r2.n.local:9898/api/v7/Plans/2c5f0526-16cd-4f0b-b72e-32fcbc8c0142/Schedule/SaveTime?startTime=2021/11/12T12:00:00

In case of success, the HTTP PUT method returns the 200 response code.