[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Update Support Ticket Details
DescriptionUpdates the details of a specified support request of a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}
Path Parameters
Path Parameters
string
orgId
Required
- Org Id for which the support request should be updated. This can be either tenant or provider org Id
string
supportRequestId
Required
- The id with which the support request should be updated
Header Parameters
Header Parameters
string
csp-auth-token
Optional
- Access token generated from refresh token for authentication.
Request Body
Request Body
of type(s) application/json
Optional
Payload tht updates the details of a specified support request of a specified organization
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
204 No Content
Returns
array
of
SupportTicketDetailsExtended
of type(s) application/json
No Content
This response body class contains all of the following:
SupportTicketDetails, InlineSupportTicketDetailsExtended1
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PATCH -H "csp-auth-token: string" -H "Content-Type: application/json" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Support Requests Operations
get
post