You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Goals
Tasks
TBC by the developer
The text was updated successfully, but these errors were encountered: