Update Team Routing Rule (Partial)
PATCH {{baseUrl}}/v2/teams/:identifier/routing-rules/:id?teamIdentifierType=id
Update routing rule of the team
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
teamIdentifierType | string | Type of the identifier. Possible values are 'id' and 'name'. Default value is 'id' |
Request Body
{"name"=>"<string>", "criteria"=>{"type"=>"<string>"}, "timeRestriction"=>{"type"=>"<string>"}, "notify"=>{"type"=>"<string>", "id"=>"<string>"}, "timezone"=>"<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"}}