We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8dbf commit ab8aa9fCopy full SHA for ab8aa9f
src/main/java/upc/edu/gessi/repo/dto/Review/ReviewFeatureRequestDTO.java
@@ -15,9 +15,9 @@
15
@JsonInclude(JsonInclude.Include.NON_NULL)
16
public class ReviewFeatureRequestDTO implements Serializable {
17
18
- @JsonProperty("app_name")
+ @JsonProperty("app_id")
19
private String appName;
20
21
- @JsonProperty("feature_list")
+ @JsonProperty("features")
22
private List<String> featureList;
23
}
0 commit comments