Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Request Body

Same structure as Create API Proxy Group, with an additional optional environmentName field. See Create API Proxy Group for field descriptions.

Full JSON Body Example

Full JSON Body Example - With Deployment

Request Body Fields

Important Notes

  • name must match the existing API Proxy Group name (cannot be changed)
  • clientRoute can be updated
  • Existing environment deployments are preserved (updating does not remove existing deployments)
  • If environmentName is provided, the group is deployed to that environment after the update

Response

Success Response (200 OK)

Without environmentName:
With environmentName (includes deployment result):

Error Response (400 Bad Request)

or

cURL Example

Example 1: Update API Proxy Group

Example 2: Update and Deploy

Permissions

  • User must have API_MANAGEMENT + MANAGE permission in the project
  • If environmentName is provided, user must also have API_MANAGEMENT + DEPLOY_UNDEPLOY permission

Notes and Warnings

  • Name Cannot Change:
    • Name is used as identifier and cannot be changed
    • Use the existing name in the request
  • All Fields Required:
    • All fields must be provided (same as create)
  • Group Must Exist:
    • API Proxy Group with specified name must exist
  • Environment Deployments Preserved:
    • Updating the group does not remove existing environment deployments
    • Use the separate undeploy endpoint to remove deployments
  • Automatic Deployment:
    • If environmentName is provided, deployment is triggered after update
    • Environment must exist and user must have deployment permissions