This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi,we can create a new policy using following endpoint :
https://api.enterprise.apigee.com/v1/organizations/org/apis/yourapi/revisions/1/policiesIs
there a way we can update the created policy via management API?
Hi,What is the best practice for loading a jQuery under custom scripts
section of new Apigee integrated portal.Simply having a jQuery script
tag and calling$(document).ready(function () { })results in $ is not
defined.A work around is to have timeout...
I want to change the Analytics tabs on user/me/apps page.In order to
show/hide additional tabs under Analytics, I went in to
../profiles\apigee\modules\custom\devconnect\devconnect_developer_apps
path and modified devconnect_developer_apps.module fil...
I an able to generate a JWT using ../jwt_signed/create-rs256 endpoing
from the sample github iloveapis2015-jwt-jwe-jws project. Certificated
being used are the default included in JAR file.A sample JWT is
:eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJwcml...
I have tried out the github sample for generating and verifying the JWT
token in Apigee Edge.On that github sample, there is a policy
"JWT-Create-RS256", which actually works in creating and verifying
JWT's. There are 2 properties mentioned in that j...
you first need to create the policy using the command on my first post.
only difference is that you need to change the URL to include policyname
at the end. My data is usual Assign message policy in XML. Intead of
"your assign message policy", replac...
With little bit of experimentation, I was able to update the policy
using below CURL command:curl -X POST \
https://api.enterprise.apigee.com/v1/organizations/yourorg/apis/apiname/revisions/1/policies/policyname\
-H 'Accept: application/json' \ -H 'A...
Hi,Would you able to mention the update api call for
org/apis/TestBundle/revisions/1/proxies.I have tried PUT, but it returns
an error saying not supported.If I try post again, it returns an
error:
<CODE>messaging.config.beans.ProxyEndpointAlreadyExists</CODE>
A...