---
title: "Update plugins settings"
method: POST
path: "/plugins/settings"
tags: ["Plugins"]
---

# Update plugins settings

`POST /plugins/settings`

Update plugins repository URL and proxy

## Response `200`

Settings

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'updateSettings', required — The id of the action
  - `data` PluginsSettings, required
    - `username` string, required — username to use for Rudder account
    - `password` string, required — password to access Rudder account
    - `url` string — URL for getting plugins
    - `proxyUser` string — if an authenticated proxy is necessary, username of proxy
    - `proxyPassword` string — if an authenticated proxy is necessary, password of the proxy
    - `proxyUrl` string — proxy URL to use

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
