Update a Support Request
You can update a support request after its creation by adding additional details to it or modifying its customer number and case ID. You can also add or remove image and text files.
Prerequisites
- You have the Provider Administrator, Provider Support User, or Customer Administrator role.
- Obtain an access token from the organization you
want to manage and set it as the
csp-auth-token
request header. See Using VMware Cloud Partner Navigator APIs.
Procedure
Results
You get a response with the updated support request information.
Example: Update a Support Request
This example edits the caseId of a support request associated with a certain provider or customer organization.
Request
PATCH https://console.navigator.vmware.com/cphub/api/support/v1/orgs/00dcd47b-867d-46a1-b5ac-c9c22a4427cb/support-requests/18625917011 { "closeReason" : "...", "caseId" : "1264530092", "additionalDetails" : "No user access.", "supportTicketAction" : "...", "customerNumber" : "...", "fileReferences" : [ { "fileName" : "...", "fileId" : "...", "action" : "REMOVE" }, { "fileName" : "...", "fileId" : "...", "action" : "ADD" } ] }
Response
Status 200 OK ... "id": "18625917011", "caseId": "1264530092", "status": "Open", "subStatus": "Inbound message received", "title": "User Management", "severity": "3 - Medium", ...