Update Csp Org Uber Oauth App
Update the uber OAuth App used by this organization. Expectation is that this OAuth app already exists in VMware Cloud Service Platform.
URN of a CSP organization.
{
"appId": "string",
"appSecret": "string"
}
ID of the OAuth App as known to CSP.
The app secret for this OAuth App. This cannot be retrieved, only updated.
The OAuth App used to create/update other OAuth Apps within this organization.
{
"appId": "string",
"appSecret": "string"
}
ID of the OAuth App as known to CSP.
The app secret for this OAuth App. This cannot be retrieved, only updated.
Bad Request
{
"code": "string",
"messageParameters": [
{}
],
"message": "string",
"localizedMessage": "string",
"type": "string",
"errors": [
"Error Object"
]
}
Error code. It will be of format VCDC_some-number
messageParameters
Detailed error message.
Localized error message.
Type of error.
Not Found
{
"code": "string",
"messageParameters": [
{}
],
"message": "string",
"localizedMessage": "string",
"type": "string",
"errors": [
"Error Object"
]
}
Error code. It will be of format VCDC_some-number
messageParameters
Detailed error message.
Localized error message.
Type of error.