You are viewing the Apigee Management API reference documentation. For the main product docs, and to search all docs, go to https://docs.apigee.com. |
Update API Proxy Revision
Resource Summary |
|
Security |
|
Content Type |
multipart/form-data, application/octet-stream |
Category |
API Proxy, |
POST
Update API Proxy Revision
Uploads a ZIP-formatted API proxy configuration bundle from a local machine to an existing revision of an API proxy.
- If the API proxy revision is deployed, the API undeploys the revision, updates it, and then redeploys it.
- If the API proxy revision is undeployed, the API updates the revision but does not deploy it.
Caution: Be aware that the API proxy is immediately updated in all environments where it is deployed.
If the API call times out in SmartDocs, try the following cURL call:
curl -X POST --header "Content-Type: multipart/form-data" -u email:password -F "file=@file_name.zip" "https://api.enterprise.apigee.com/v1/organizations/apigeedocs/apis/movies/revisions/3"
Resource URL
https://api.enterprise.apigee.com/v1 /organizations/{org_name}/apis/{api_name}/revisions/{revision_number}
Query Parameters
Name | Values | Description |
---|---|---|
validate |
Always set this value to |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type
(required) |
Specify Content Type: either multipart/form-data or application/octet-stream |
Request Body
org_name Mention the organization name true
api_name Mention the API Proxy name true
revision_number Mention the API Proxy revision true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Working...
Help or comments?
- If something's not working: Ask the Apigee Community or see Apigee Support.
- If something's wrong with the docs: Click the "Send Feedback" button.
(Incorrect? Unclear? Broken link? Typo?)