# Update an organization's Plaid client credentials. **PUT /organization/plaid_config** ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) Update the Plaid client credentials for an organization - **client_id** (string) Plaid-issued client id. - **secret** (string) Plaid-issue secret. ## Responses ### 200 Updated Plaid credentials. ### 401 Unauthorized. ### 403 Forbidden. ### 404 Not found. ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)