Update Snowflake Account Credentials
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The new key pair credentials for SELECT to access your Snowflake account with.
The private key for the Snowflake account user. This can be encrypted with a passphrase if desired. The key should be in PEM format. I.e. with a one-line header, consisting of -----BEGIN, a label, and -----, and a one-line footer, consisting of -----END, a label, and -----. However, we can also accept the key as a one-liner string with spaces instead of newlines, which happens if you paste a key into the api playground in our documentation.
The passphrase for the private key, if encrypted.
Response
Successful Response
true 
