PUT realm/transports/<name>
The web method
PUT realm/transports/<name> updates a transport definition.
Input Data
Supply a JSON representation of the new definition in the message body.
Example Requests
curl -X PUT http://<host>:<port>/api/v1/realm/transports -d '{"name":"MyTransport","port":"7890"}'