okta-sdk-java icon indicating copy to clipboard operation
okta-sdk-java copied to clipboard

Multiple issues with OpenAPI specification, leading to incorrect generated classes

Open clementdenis opened this issue 1 year ago • 3 comments

Description

There are multiple issues in the current API specification that prevent us from using the latest SDK version (since v19). See the ticket in the OpenAPI spec repository for more details: https://github.com/okta/okta-management-openapi-spec/issues/218

Category

  • [x] Bugfix
  • [ ] Enhancement
  • [ ] New Feature
  • [ ] Library Upgrade
  • [ ] Configuration Change
  • [ ] Versioning Change
  • [ ] Unit or Integration Test(s)
  • [ ] Documentation

Signoff

  • [x] I have submitted a CLA for this PR
  • [x] Each commit message explains what the commit does
  • [x] I have updated documentation to explain what my PR does
  • [x] My code is covered by tests if required
  • [x] I did not edit any automatically generated files

clementdenis avatar Nov 27 '24 16:11 clementdenis

@clementdenis Thanks for your PR!

Will take a closer look.

arvindkrishnakumar-okta avatar Dec 03 '24 15:12 arvindkrishnakumar-okta

@antprnbackupta Hi, I would encourage you to take the latest pull from master. Thanks!

prachi-okta avatar May 05 '25 08:05 prachi-okta

@antprnbackupta Hi, I would encourage you to take the latest pull from master. Thanks!

Hey @prachi-okta, thank you! We did rebase on master. However, I’m still encountering some issues with the GovernanceBundle API—specifically, some endpoints like /api/v1/iam/governance/bundles seem to be missing. I added them myself because I couldn’t find them in the current version of the Swagger file

antprnbackupta avatar May 05 '25 08:05 antprnbackupta