Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
| Content-Type | application/json | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
Request Body
Same structure as Create API Proxy Group. See Create API Proxy Group for field descriptions.Important Notes
namemust match the existing API Proxy Group name (cannot be changed)clientRoutecan be updated- All fields are required (same as create)
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Permissions
- User must have
API_MANAGEMENT+MANAGEpermission in the project
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
Related Documentation
- Create API Proxy Group - Create a new API Proxy Group
- Delete API Proxy Group - Delete an API Proxy Group

