Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| apiProxyGroupName | string | Yes | API Proxy Group name |
| apiProxyName | string | Yes | API Proxy name to add |
Request Body
None.Response
Success Response (200 OK)
Notes
- If API Proxy is already a member of the group, the operation succeeds without error
- API Proxy is added to the group if not already a member
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
-
Idempotent Operation:
- If API Proxy is already a member, operation succeeds
- No error is thrown for duplicate additions
-
Group Must Exist:
- API Proxy Group must exist
-
API Proxy Must Exist:
- API Proxy must exist in the project
Permissions
- User must have
API_MANAGEMENT+MANAGEpermission in the project
Related Documentation
- Remove API Proxy from Group - Remove an API Proxy from group
- List API Proxy Groups - List all API Proxy Groups

