Cloud
Update Google Cloud Credential
Update an existing credential for Google Cloud.
patch/v1/credentials/googleCloud/{googleCloudCredentialId}
Path parameters
googleCloudCredentialIdstring required
Google Cloud credential ID
Example:googlecloud_56789
The ID of the Google Cloud credential to update
Response
OK. Returns the updated Google Cloud credential.
Example response
{
"credentialId": "googlecloud_56789",
"params": {
"name": "Example Google Cloud Credential",
"keyType": "service_account",
"projectId": "some-project-id-13579"
}
}