[DMS-1170] Update Management API version to v3#1001
Open
jleiva-gap wants to merge 2 commits into
Open
Conversation
Replace API version segment /v2 with /v3 throughout the frontend project and tests. Updated request URIs, Location header assertions, tenant resolution path checks, module tests, middleware, E2E feature files, and step definitions so tests and middleware target the v3 API routes. This aligns the frontend test-suite and middleware with the API version bump to v3 without changing business logic.
Replace /v2 API paths with /v3 across documentation, tests, and tooling. Changes update docs (configuration, database segmentation, multi-tenancy, roles/scopes, design and reference docs), PowerShell management scripts (Dms-Management.psm1, Invoke-ZapDmsCms.ps1), HTTP examples and REST clients, and test expectations to reference v3 endpoints (tenants, dataStores, dataStoreContexts, vendors, applications, claimSets, authorizationMetadata, apiClients, resourceClaims, etc.). This brings examples and automation in line with the v3 Configuration Service/CMS contract and updates test mocks/assertions accordingly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation, scripts, and tests to reference version 3 (
/v3/) of several Configuration Service API endpoints, replacing the previous version 2 (/v2/). The changes ensure consistency across docs, PowerShell management scripts, and test cases, aligning all instructions and automation with the latest API version.