Skip to content

Commit

Permalink
[backend] add elevation_required into paylaod model
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Sep 11, 2024
1 parent ad3a556 commit e8d37f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ public class PayloadCreateInput {

@JsonProperty("payload_attack_patterns")
private List<String> attackPatternsIds = new ArrayList<>();

@JsonProperty("payload_elevation_required")
private boolean elevationRequired;
}


Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ public class PayloadUpdateInput {

@JsonProperty("payload_attack_patterns")
private List<String> attackPatternsIds = new ArrayList<>();

@JsonProperty("payload_elevation_required")
private boolean elevationRequired;
}


0 comments on commit e8d37f0

Please sign in to comment.