McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 641

↗ View in doc context
page
641
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::605

PUT https://<connection-server>/vmrest/messageagingtexts/<messageagingtextobjectid> Request Body: <MessageAgingText> <UseDefault>Message Aging Text</UseDefault> </MessageAgingText> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update the parameter of message aging text, do the following: Request URI: PUT https://<connection-server>/vmrest/messageagingtexts/<messageagingtextobjectid> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "UseDefault":"Message Aging Text" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Example 2: Update Subject and Body of Message Aging Text The following is an example of the PUT request that allows you to update the parameters of message aging text: PUT https://<connection-server>/vmrest/messageagingtexts/<messageagingtextobjectid> Request Body: <MessageAgingText> <UseDefault>false</UseDefault> <Subject>Message aging text</Subject> <Body>Message aging Text</Body> </MessageAgingText> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update the subject and body of message aging text, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 609 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Updating a Message Aging Text