Update an SMS routing entry

Updates the specified SMS routing entry. Only entries belonging to the logged in organisation can be updated. The following properties may be set in the JSON body: * `description` - Description for the SMS routing entry

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

routing_idstringRequired

Request

This endpoint expects an object.
iddoubleOptional
descriptionstringOptional
organisationobjectOptional

Response

Created
iddouble or null
descriptionstring or null
organisationobject or null

Errors