3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

API: Fix route names to follow REST best practice #99

Closed PlesnikJakub closed 2 years ago

PlesnikJakub commented 2 years ago

Description

The route for updating the order of questions inside the question set does not follow the REST naming standard.

In QuestionSetController.cs Current route POST /api/v1/QuestionSet/{id}/UpdateQuestionOrder

Expected route POST /api/v1/QuestionSet/{id}/OrderQuestions

Rename the route and regenerate the API CLient.

⚠️ If you find any other naming issues feel free to mention them in the comments and we can find out the way how to address them.

Acceptance Criteria

Want to work on this issue?

Amazing! 🌞 Let us know in the comment below and we will assign it to you. Don't hesitate to ask for more info. We are here to help.

obinnadtq commented 2 years ago

Hi. I would like to work on this issue

petrspelos commented 2 years ago

@obinnadtq it's all yours, if you have any questions, feel free to ask. ☺️

PlesnikJakub commented 2 years ago

resolved πŸš€