Update Global Oncall Reminder Rules

PUT {{batmanURL}}/v3/global-oncall-reminder-rules?owner_id=<string>

Update Global Oncall Reminder Rules

Request Params

KeyDatatypeRequiredDescription
owner_idstring

Request Body

{"is_enabled"=>true, "rules"=>[{"time"=>10, "type"=>"Email"}, {"time"=>15, "type"=>"Push"}]}

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:37,&quot;is_enabled&quot;:true,&quot;owner_id&quot;:&quot;663a1b6eb4117123d9e818bd&quot;,&quot;rules&quot;:[{&quot;type&quot;:&quot;Push&quot;,&quot;time&quot;:15},{&quot;type&quot;:&quot;Email&quot;,&quot;time&quot;:10}]}}