NLIC-1980: Group models & packages in a license bundle - #2
Conversation
There was a problem hiding this comment.
Pull request overview
This PR extends the NetLicensing v2 API specification (v2.x/netlicensing.json) by introducing a new Bundle tag, endpoints (/bundle, /bundle/{bundleNumber}, /bundle/{bundleNumber}/obtain), and a Bundle schema definition to support grouping models/packages in a license bundle.
Changes:
- Added a new Bundle tag with external docs.
- Added CRUD-style endpoints for Bundles plus an “obtain bundle” operation.
- Added a
Bundledefinition to the Swagger/OpenAPI definitions section.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
@v-rudkovskiy please address copilot findings |
|
@copilot Fix the code for all comments in this review thread. When a review comment includes a suggested change, apply the suggestion exactly. Do not make changes beyond what is described in the linked review thread. |
Co-authored-by: r-brown <1361258+r-brown@users.noreply.github.com>
Addressed all findings in 486e089. |
add bundle