Update Developer App Management API issue

Not applicable

We are using OPDK 4.16.05.02

We update existing Developer Apps to associate new API Products using - Update Developer App Management API

However we noticed one issue this time where we missed on adding /keys/{key} in the API URL as follows :

https://{{mgmt-host}}/v1/o/{{org}}/developers/{{developer_id}}/apps/{{app_name}}

Usually we use the following URL :

https://{{mgmt-host}}/v1/o/{{org}}/developers/{{developer_id}}/apps/{{app_name}}/keys/{{key}}

It associated the new products with the app, however it generated new API Key altogether.

Is this an issue with OPDK 4.16.05.02 for Update Developer App Management API ?

0 3 208
3 REPLIES 3

Nope - it is the default behaviour to generate a new API key when creating a new app with associated products.

We were not creating a new app. We were adding new api products to existing app. While doing that as mentioned in my question, the new API Key got generated for new api products with existing app.

We also want to use the Management API Call to add the product to an existing app ? Do we have any update on the issue.