Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated api endpoints /removed v2 urls #1515

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gitanjli525
Copy link
Contributor

@gitanjli525 gitanjli525 commented Sep 30, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

  • ensured that the below URL are not being used currently

/user/user
/user/user/list
/user/user/invite/accept
/user/user/invite/accept/pre_auth
/user/role/list

  • updated the below URL as mentioned

/user/user/v2 -> /user/user
/user/user/v2/list -> /user/user/list
/user/user/invite/accept/v2 -> /user/user/invite/accept
/user/user/invite/accept/v2/pre_auth -> /user/user/invite/accept/pre_auth
/user/role/v2/list -> /user/role/list

Motivation and Context

removing duplicate routes

How did you test it?

tested the changes

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@gitanjli525 gitanjli525 self-assigned this Sep 30, 2024
@gitanjli525 gitanjli525 requested a review from a team as a code owner September 30, 2024 12:46
Copy link

Review changes with SemanticDiff.

@gitanjli525 gitanjli525 changed the title chore: updated api endpoints , removed v2 urls chore: updated api endpoints /removed v2 urls Sep 30, 2024
@gitanjli525 gitanjli525 linked an issue Sep 30, 2024 that may be closed by this pull request
@gitanjli525 gitanjli525 added the core Status: issues related to core label Sep 30, 2024
@gitanjli525 gitanjli525 added S-waiting-on-review Status: This PR has been implemented and needs to be reviewed S-blocked Status: Blocked on something else or other implementation work and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Status: issues related to core S-blocked Status: Blocked on something else or other implementation work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE]: remove v2 routes from frontend
1 participant