Skip to content
Snippets Groups Projects
Verified Commit 6a289718 authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Model success field in Submit feedback

parent 5fe54d58
No related branches found
No related tags found
2 merge requests!179Release 2.5.0,!177Submit integration
......@@ -44,4 +44,9 @@ public class SubmitAppFeedbackDto {
*/
@Nullable
public Integer score = null;
/**
* Whether analysis succeeded (true) or encountered an error (false).
*/
public boolean success = true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment