Update Message Routing


This request changes the attributes of a message routing.

Resource

PATCH /messageroutings/<OID>

Where OID is the object ID of the message routing.

Parameters

None

Payload

Fields

name Patch Operations

commonName

replace

template

replace

priority

replace

from

replace

ommDefinition

replace

userDefinition

replace

Response

None

Context

Authorization

Administrator

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/messageroutings/10317713
Payload

change message routing member

{
    "operations": [
            {
        "op": "replace",
            "path": "/priority",
            "value": "alarm"
            }
    ]
}