feat: add application queue priority routing
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"signature",
|
||||
"templateId",
|
||||
"billingUnits",
|
||||
"queuePriority",
|
||||
"route",
|
||||
"cmpp",
|
||||
"retry"
|
||||
@@ -53,6 +54,7 @@
|
||||
"signature": { "type": "string", "minLength": 1 },
|
||||
"templateId": { "type": "string", "minLength": 1 },
|
||||
"billingUnits": { "type": "integer", "minimum": 1 },
|
||||
"queuePriority": { "enum": ["normal", "priority"] },
|
||||
"route": {
|
||||
"type": "object",
|
||||
"required": ["channelCode", "cmppAccountCode", "priority"],
|
||||
|
||||
Reference in New Issue
Block a user