Skip to main content
PUT
Update default (supplement) routing rule

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

type
enum<integer>
required

Routing business type.

Available options:
1,
2,
4

Body

application/json

Supplement routing rule payload.

roleId
integer<int32>

Role id, This parameter is required when type == 4

strategyType
integer<int32>

Strategy type

touchMinutes
integer<int32>

Only next up and blast alert are affected

assigneeAgentId
integer<int64>

Only default assignee are affected

assigneeGroupId
integer<int64>

Only default assignee and routing type is AGENT_LEAD are affected

Response

Rule updated.

The response is of type string.

Example:

"ok"