Request to rotate the credentials used by a datasource instance. Replaces the active credential material with the supplied values.
credentials.values must contain only keys recognized as credential material for the datasource type (for example clientSecret for OAuth, apiToken for API-token auth, privateKey for certificate auth). Unrecognized keys, or keys that correspond to non-credential configuration, cause a 400; use the configure endpoint to change non-credential config.
| Field | Type | Required | Description |
|---|---|---|---|
credentials |
DatasourceInstanceConfiguration | ✔️ | Configuration for a datasource instance |