Release-5.2.0
Documentation about list of APIs deprecated or to be deprecated and their corresponding new/alternative APIs available.
APIs
Deprecated API | Alternate API | Remarks |
---|---|---|
{{host}}/api/content/v1/publish/{{content_id}} | {{host}}/api/content/v2/publish/{{content_id}}, {{host}}/api/collection/v1/publish/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/unlisted/publish/{{content_id}} | {host}}/api/content/v2/unlisted/publish/{{content_id}}, {{host}}/api/collection/v1/unlisted/publish/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
To be deprecated API | Alternate API | Remarks |
---|---|---|
{{host}}/api/content/v1/create | {{host}}/api/content/v2/create, {{host}}/api/collection/v1/create | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/update/{{content_id}} | {{host}}/api/content/v2/update/{{content_id}}, {host}}/api/collection/v1/update/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/read/{{content_id}} | {{host}}/api/content/v2/read/{{content_id}}, {{host}}/api/collection/v1/read/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/upload/url/{{content_id}} | {{host}}/api/content/v2/upload/url/{{content_id}} | |
{{host}}/api/content/v1/upload/{{content_id}} | {{host}}/api/content/v2/upload/{{content_id}}, {{host}}/api/collection/v1/copy/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/import | {{host}}/api/content/v2/import | |
{host}}/api/content/v2/discard/{{content_id}}, {{host}}/api/collection/v1/discard/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) | |
{{host}}/api/content/v1/retire/{{content_id}} | {{host}}/api/content/v2/retire/{{content_id}}, {{host}}/api/collection/v1/retire/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/review/{{content_id}} | {{host}}/api/content/v2/review/{{content_id}}, {{host}}/api/collection/v1/review/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/content/v1/reject/{{content_id}} | {{host}}/api/content/v2/reject/{{content_id}}, {{host}}/api/collection/v1/reject/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/dialcode/v1/content/link | {{host}}/api/content/v2/dialcode/link, {{host}}/api/collection/v1/dialcode/link/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/textbook/v1/toc/upload | {{host}}/api/collection/v1/import/{{collection_id}} | |
{{host}}/api/textbook/v1/toc/download | {{host}}/api/collection/v1/export/{{collection_id}} | |
{{host}}/api/dialcode/v1/reserve | {{host}}/api/content/v2/dialcode/reserve/{{content_id}}, {{host}}/api/collection/v1/dialcode/reserve/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
{{host}}/api/dialcode/v1/release | {{host}}/api/content/v2/dialcode/release/{{content_id}}, {{host}}/api/collection/v1/dialcode/release/{{collection_id}} | New/Alternate APIs introduced are to be used based on the objectType (Content/Collection) |
Last updated