McDewey

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

Page 631

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

Response Code: 201 /vmrest/messageagingpolicies/3f3f9297-e1eb-46a5-bbdf-d86298e2531c Updating a Message Aging Policy Parameters The following is an example of the PUT request that allows you to update the display name of message aging policy: *PUT https://<connection-server>/vmrest/messageagingpolicies/<messageagingpolicyobject-id> Request Body: <MessageAgingPolicy> <DisplayName>Texoma_Message_Policy_2</DisplayName> </MessageAgingPolicy> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update the display name of message aging policy, do the following: Request URI: PUT https://<connection-server>/vmrest/messageagingpolicies/<messageagingpolicyobject-id> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "DisplayName":"Texoma_Message_Policy_2" } 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 Deleting a Message Aging Policy The following is an example of the DELETE request that deletes a message aging policy with a valid object ID: DELETE https://<connection-server>/vmrest/messageagingpolicies<messageagingpolicyobject-id> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete a message aging policy with a valid object ID, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 599 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Updating a Message Aging Policy Parameters