- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing API proxy.
HTTP request
PATCH https://apigee.googleapis.com/v1/{name=organizations/*/apis/*}
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. API proxy to update in the following format: organizations/{org}/apis/{api}
If the resource has the space
attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview
.
Authorization requires the following IAM
permission on the specified resource name
:
-
apigee.proxies.update
Query parameters
| Parameters | |
|---|---|
updateMask
|
Required. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of ApiProxy
.
Response body
If successful, the response body contains an instance of ApiProxy
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

