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:
[x] Code
[x] New Feature
[x] Documentation
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
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
[x] I have updated the documentation accordingly.
[x] All new and existing tests passed.
[x] My changes generate no new warnings
[x] The title of my pull request is a short description of the requested changes.
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