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.
"OauthApp Object"
ID of the OAuth App as known to CSP.
The app secret for this OAuth App. This cannot be retrieved, only updated.
Bad Request
"Error Object"
Error code. It will be of format VCDC_some-number
messageParameters
Detailed error message.
Localized error message.
Type of error.
Not Found
"Error Object"
Error code. It will be of format VCDC_some-number
messageParameters
Detailed error message.
Localized error message.
Type of error.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"appId:"string","appSecret:"string"}' https://{api_host}/organizations/{organizationId}/configuration/cspCredentials