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. For cross-site search, click Search all in the search results. |
Updates an extension
PATCH
Updates an extension
Updates an extension. When you retrieve a list of extensions, each extension in the collection includes a self property with a URL to the extension, including its ID. Use the ID value in that URL to complete the URL here.
To deploy the an extension, specify {state:DEPLOYED}
in the body.
Resource URL
https://api.enterprise.apigee.com /v1/organizations/{org}/environments/{env}/extensions/{id}
Header Parameters
Name | Values | Description |
---|---|---|
If-Match
(required) |
|
|
Authorization
(required) |
OAuth token. Replace $TOKEN with your access token. See Get the tokens. |
|
Content-Type
(required) |
Request content type. |
Body Parameters
Request Body
org Name of the Apigee organization to use. null true
env Name of the Apigee environment to use. null true
id The extension\'s unique identifier. To get extension IDs, use the API that gets a list of all extensions. The ID is the last part of the `self` property of each extension. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
|
Content Type |
application/json |
Category |
Extensions |
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?)