monitorizare-vot icon indicating copy to clipboard operation
monitorizare-vot copied to clipboard

Add delete endpoint for options from questions

Open aniri opened this issue 4 years ago • 1 comments

This will be used when editing forms.

Add a new endpoint DELETE ​/api​/v1​/form​/section​/{sectionId}/question/{questionId}/option/{optionId}

When called, the link between the option and the question should be removed from the optionsToQuestions table.

If that option was not used by other questions, it should also be removed from the options table.

aniri avatar Dec 06 '20 20:12 aniri

I can take this

DSVDavid avatar Nov 06 '21 11:11 DSVDavid