Not able to "Undelete" course using rest api endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021
02:30 AM
Hello all,
we are using PUT /v1/courses/{id} api endpoint to delete and undelete a course. but when we call the api with json
{"course":{"event":"undelete"}}
it gives 401(Unauthorized error). It is working fine before. Anyone know the workaround or any solution