Skip to main content

Create or Update Configuration

PATCH 

/v1/updatesconfig

Create or update updates configuration. The default update window is set to daily, with a start time at 12:00 AM and duration of 24 hours. This schedule allows updates to be performed on demand as soon as they become available. Example Default Request Body:

\{
"updateConfigSchedulerPattern": \{
"recurrenceType": "DAY",
"startTime": "00:00:00",
"duration": "PT24H"
\}
\}

Request

Responses

Updates configuration created/updated