akamai / akamai-apis

Apache License 2.0
2 stars 5 forks source link

Missing clientSecret in credentials created contextually to a create api client request #13

Open manuelmazzuola opened 3 weeks ago

manuelmazzuola commented 3 weeks ago

Issue type

Which API?

https://techdocs.akamai.com/iam-api/reference/post-api-clients

Issue

Missing clientSecret in credentials created by using che create api client api, by setting the createCredentials to true. https://github.com/akamai/akamai-apis/blame/main/apis/identity-management/v3/openapi.json#L513

Context

Bugs: Steps to reproduce

Possible solution

Add clientSecret field to the credentials field inside the post api client response when createCredentials is set to true

Additional information