PATCH
/
outgoing
/
priority
curl --request PATCH \
  --url http://{server_ip}:6002/outgoing/priority \
  --header 'Content-Type: application/json' \
  --data '{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>",
  "currentPriority": 123,
  "updatedPriority": 123
}'
{
  "status": true,
  "message": "<string>"
}

Body

application/json

Response

200
application/json

Successful response with updated user details.

The response is of type object.