PUT/schedule/{scheduleId}

Update Schedule

This method enables you to edit a schedule by providing the scheduleID as an input.
PUT/schedule/{scheduleId}

Optional Fields

  • body

Parameter Details

NameInTypeRequiredDescription
scheduleIdpathintegerRequiredEnter your scheduleId
bodybodyputScheduleReqOptionalnone

Responses

StatusMeaningDescriptionSchema
200OKUpdatedscheduleputResp
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X PUT /schedule/{scheduleId} \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Body parameter

{
  "scheduleName": "X-Mas",
  "year": "*",
  "month": "*",
  "dow": "*",
  "day": "*",
  "hour": "1",
  "minute": "00",
  "seconds": "00",
  "startDate": "2025-05-06",
  "endDate": "2025-05-06"
}

Example responses

200 Response
{
  "message": "Schedules details updated successfully"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.