Update Schedule Rotation (Partial)
PATCH {{baseUrl}}/v2/schedules/:identifier/rotations/:id?scheduleIdentifierType=id
Update schedule rotation with given id
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| scheduleIdentifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id' or 'name' | 
Request Body
{"name"=>"<string>", "startDate"=>"<dateTime>", "endDate"=>"<dateTime>", "type"=>"<string>", "length"=>"<integer>", "participants"=>[{"type"=>"<string>", "id"=>"<string>"}, {"type"=>"<string>", "id"=>"<string>"}], "timeRestriction"=>{"type"=>"<string>"}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | 
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}