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

Modify some old v4 endpoints that should no longer be used to respond differently #5317

Open
2 tasks
carmenfan opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks

Comments

@carmenfan
Copy link
Member

Description

Related to product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/641

We want to remove some v4 routes, remove the logic within the routes and get them to respond with a 410 error code with a message explaining which v5 endpoint to use.

Identify which v4 endpoint has been replaced with v5 and make them respond as appropriate

Please list the endpoints here:

Route name v4 Route v5 Route
e.g. create model e.g. POST /:teamspace/model e.g. POST /teamspaces/:teamspace/projects... etc

Goals

  • As a 3drepo admin I want to ensure v4 endpoints that have been replaced by v5 are no longer used.
  • As a 3drepo user I want to know what is the replaced route for what I'm trying to do when I'm trying to access a v4 endpoint.

Tasks

TBC by the developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants