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 ?