PATCH :
removed the authored surveys property removed the responses property removed CreateAnswerDto&AnswerDto
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
public string Id { get; set; }
|
||||
public string Content { get; set; }
|
||||
public string SurveyId { get; set; }
|
||||
public ICollection<ChoiceDto> Choices { get; set; }
|
||||
public List<ChoiceDto> Choices { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user