codeforcauseorg / edu-server

MIT License
43 stars 51 forks source link

Add API endpoint documentation for doubts and doubtAnswers #109

Closed Devesh21700Kumar closed 3 years ago

Devesh21700Kumar commented 3 years ago

Add API endpoint documentation for doubts and doubtAnswers

1). adds APIPARAMS of courseid, doubtId, doubtAnswerId 2). add responsedoc 3). filled the example values for both doubts and doubt answer in for the swagger documnetation

Type of Change:

How Has This Been Tested?

Terminal commands to test code:- 1). npm run lint 2). npm run lint:fix 3). nest start 4). npm run test

Checklist