Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

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

When proxyFromHeaderEnabled=true, proxy settings are read from request headers:
  • X-Proxy-Host - Proxy hostname
  • X-Proxy-Port - Proxy port
  • X-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=true and proxyFromHeaderEnabled=false
  • Proxy from Header: When enabled, proxy settings are read from request headers per request
  • Authorization: When proxyAuthorizationNeeded=true, provide proxyUsername and proxyPassword (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 have API_MANAGEMENT + MANAGE permission in the project.