Updates the credentials for a specific server in your stack. This endpoint allows you to add new credentials or update existing ones. All credentials are encrypted and securely stored.
Credentials are sensitive data. Ensure you’re using secure connections and keep your API keys safe.
Object containing credential field IDs as keys and their values as values
Show Credential Fields
The keys should match the credential field IDs from the server definition. You can find these using the List Servers endpoint.Example credential fields:
gmail_oauth_token: OAuth token for Gmail API
gmail_client_id: Client ID for Gmail OAuth
gmail_client_secret: Client secret for Gmail OAuth