Skip to content

Commit

Permalink
OP-13596-NewChanges-Gate verificaitonFailures filed changed to status
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthopsmx authored and opsmxyuga22 committed May 2, 2022
1 parent c097675 commit 90b0ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ class OpsmxAutopilotController {
@RequestParam(value = "noOfDays", required = false) Integer noOfDays,
@RequestParam(value = "search", required = false) String search,
@RequestParam(value = "verificationType", required = false) String verificationType,
@RequestParam(value = "verificationFailures", required = false) String verificationFailures) {
@RequestParam(value = "status", required = false) String status) {

return opsmxAutopilotService.getAutoResponse6(type, source, source1, source2, source3,pageNo,pageLimit,noOfDays,search,verificationType,verificationFailures)
return opsmxAutopilotService.getAutoResponse6(type, source, source1, source2, source3,pageNo,pageLimit,noOfDays,search,verificationType,status)
}

@ApiOperation(value = "Endpoint for autopilot rest services")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface OpsmxAutopilotService {
@Query("noOfDays") Integer noOfDays,
@Query("search") String search,
@Query("verificationType") String verificationType,
@Query("verificationFailures") String verificationFailures)
@Query("status") String status)

@GET("/autopilot/{type}/{source}/{source1}/{source2}/{source3}/{source4}")
Object getAutoResponse7(@Path('type') String type,
Expand Down

0 comments on commit 90b0ceb

Please sign in to comment.