how to update salesforce extensions consumerkey using API's in APIGEE

Hi,

we usually update consumer key manually  salesforce extension in APIGEE when ever customer shares it.

We are trying to automate the process of updating consumerkey in salseforce extension in APIGEE,

I am not able to locate any API's which can take care of updating the consumer key or any attributes in salesforce extension in APIGEE.

Could anyone help me that APIGEE provides any API's through which we can update consumerkeys in salesforce extension in APIGEE.

0 1 36
1 REPLY 1

Consumer key goes into the parameter named configuration

eg

...

"configuration": {
"consumerKey": "test123",
"userName": "testuser",
"authorizationServer": "auth.com/bla"
}

https://apidocs.apigee.com/docs/extensions/1/routes/v1/organizations/%7Borg%7D/environments/%7Benv%7...

 

If you do a GET request on an existing extension you have, you can see the parameters there as well