Command

nylas admin connectors update

Update a connector

Written by Qasim Muhammad Staff SRE

What does nylas admin connectors update do?

The nylas admin connectors update command updates a connector. It is part of the Admin (API Management) commands, which manage Nylas applications, callback URIs, connectors, credentials, and grants.

Usage

nylas admin connectors update

Flags

FlagDescription
--name stringConnector name
--scopes stringSliceOAuth scopes (comma-separated)
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas admin connectors update command updates a connector.

JSON output for scripting

nylas admin connectors update --json

Filter by name

nylas admin connectors update --name <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas admin connectors update --help for full help output.