Skip to content

Commit

Permalink
Removed time param in GET api
Browse files Browse the repository at this point in the history
  • Loading branch information
madhubkk committed Oct 7, 2020
1 parent cd1b11a commit 19814ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class OpsmxAutopilotController {
@RequestParam(value = "limit", required = false) Integer limit,
@RequestParam(value = "sourceType", required = false) String sourceType,
@RequestParam(value = "datasourceType", required = false) String datasourceType,
@RequestParam(value = "time", required = false) String time,
@RequestParam(value = "accountName", required = false) String accountName,
@RequestParam(name = "templateType",required = false) String templateType,
@RequestParam(value = "name", required = false) String name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ interface OpsmxAutopilotService {
@Query("limit") Integer limit,
@Query("sourceType") String sourceType,
@Query("datasourceType") String datasourceType,
@Query("time") String time,
@Query("accountName") String accountName,
@Query("templateType") String templateType,
@Query("name") String name,
Expand Down

0 comments on commit 19814ca

Please sign in to comment.