v9

latestSwagger 2.0raw.githubusercontent.com2019-09-114553151.8 KB
Catalog

Modifies the specified credential for use with external data sources in the specified database

patch/catalog/usql/databases/{databaseName}/credentials/{credentialName}

Path parameters

databaseNamestring required

The name of the database containing the credential.

credentialNamestring required

The name of the credential.

Query parameters

api-versionstring required

Client Api Version.

Request body

passwordstring

the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.

newPasswordstring

the new password for the credential and user with access to the data source.

uristring

the URI identifier for the data source this credential can connect to in the format <hostname>:<port>

userIdstring

the object identifier for the user associated with this credential with access to the data source.

Response

Successfully updated the specified credential's password in the specified database