Hello,
We recently upgraded to 2021.4 and have started to utilize API V3. We wanted to use the PUT /v3/schedules/{id} (Edit Schedule) API call to only enable and disable workflow schedules.
After using the Swagger documentation, it seems like it is not possible to only enable/disable a job, you have to change its iteration as well. We do not want that, we only want to disable or enable a schedule with the API. Is it possible to do this?
Any help is appreciated, thank you.