Unable to update schedule parameter of Ad-Hoc Run in OIC using REST API — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to update schedule parameter of Ad-Hoc Run in OIC using REST API

Unable to update schedule parameter using REST API. Seems it only updates for scheduled run and not for Ad-hoc runs. I tried both true and false for "run-as-schedule" paramter in request but it always updates the schedule run parameters and not Ad hoc runs.

API: /ic/api/integration/v1/integrations/{id}/schedule/parameters

Operation: PATCH

Sample Payload: {  "run-as-schedule": false,  "parameters" : [ {    "name" : "PARAM_1",    "value" : "1"  } ]}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!