Patch (update) a Mail2Fax user
Security
http-basic-auth
A json patch object according to RFC 6902
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/outbound/users/{user}
- Productionhttps://fax-config.de2.retarus.com/v2/outbound/users/{user}
curl -i -X PATCH \
-u '<username>:<password>' \
https://developers.retarus.com/_mock/fax/fax-config-api/outbound/users/john.smith@retarus.com \
-H 'Content-Type: application/json-patch+json' \
-d '[
{
"path": "/fax",
"value": {
"costCenter": "Retarus-Sales-USA"
},
"op": "add"
}
]'