...
Info |
---|
|
...
V1 vs V2 APIs:
We will create a version column for course_batch table and update the default value (1) for all the existing rows.
New batches creation will set the version as 2.
If the batch version is 2, it uses v2 API endpoints from viewing-service.
If the batch version not exists or 1, it uses the existing API endpoint.
API Spec
Content View Start
...