Edit an existing eventType

PATCH {{baseUrl}}/event-types/:id

Request Body

{"description"=>"{{$randomPhrase}}", "periodType"=>"ROLLING", "periodDays"=>14, "periodStartDate"=>"2023-08-24T18:53:48.621Z", "periodEndDate"=>"2023-08-24T18:53:48.621Z", "periodCountCalendarDays"=>true, "durationLimits"=>{"PER_DAY"=>1, "PER_WEEK"=>3, "PER_MONTH"=>5}, "bookingLimits"=>{"PER_DAY"=>1, "PER_WEEK"=>3, "PER_MONTH"=>5}}

RESPONSES

status: Created

""