Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
Path Parameters
Request Body
Full JSON Body Example
Request Body Fields
Note: All fields are optional. Only provided fields are updated.
Proxy from Header
WhenproxyFromHeaderEnabled=true, proxy settings are read from request headers:
X-Proxy-Host- Proxy hostnameX-Proxy-Port- Proxy portX-Proxy-Authorization- Proxy authorization (Basic auth token)
Response
Success Response (200 OK)
Response Fields
When
deploy=true is specified:
Error Response (400 Bad Request)
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Example 1: Configure Proxy Server
Example 2: Configure Proxy from Headers
Example 3: Save and Deploy
Notes and Warnings
- Proxy Host/Port: Required when
proxyEnabled=trueandproxyFromHeaderEnabled=false - Proxy from Header: When enabled, proxy settings are read from request headers per request
- Authorization: When
proxyAuthorizationNeeded=true, provideproxyUsernameandproxyPassword(or use header) - Password Security: Proxy password is encrypted when stored
- Deploy: When
deploy=true, the API proxy is automatically deployed to the specified environments after saving
Permissions
User must haveAPI_MANAGEMENT + MANAGE permission in the project.
Related Documentation
- Update Connection Settings - Update connection settings
- Get API Proxy - Get API proxy details

