feat: TNL-11173 Authoring API is v0 for now #33644
Merged
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.
Description
This ticket contains work from the TNL-11173 JIRA task.
The changes made here move existing authoring API capabilities from their former v1-based routes to v0-routes. This is to emphasize that the current API is experimental and expected to be deprecated in short order. It's also consistent with othern TNL work exposing public APIs under v0-based 'authoring' routes on our AWS API Gateway.
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
Use the same testing procedures that applied when the studio API routes were initially created. The only change that applies is that the routes are now v0 routes instead of v1 routes. Continuing to make requests off of the v1 routes should result in 404 (not found) errors.
Deadline
This PR is essential for carrying out the end-to-end tests we need to verify that our API Gateway configuration is actually working. It is therefore time sensitive.
Other information