v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
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.

credentialIdstring required

Google Cloud credential ID

type'googleCloud' required

Example response

{
  "credentialId": "googlecloud_56789",
  "params": {
    "name": "Example Google Cloud Credential",
    "keyType": "service_account",
    "projectId": "some-project-id-13579"
  }
}