Skip to content

Commit

Permalink
Merge pull request #472 from OpsMx/TestSaml
Browse files Browse the repository at this point in the history
 Changed Primitive boolean To  Boolean
  • Loading branch information
srikanthopsmx authored May 17, 2024
2 parents dfbced2 + 74d45c0 commit df6e478
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ interface OpsmxOesService {
@Path('source') String source,
@Path('source1') String source1,
@Query('description') String description,
@Query("isExists") boolean isExists,
@Query("isExists") Boolean isExists,
@Query("nameSpace") String nameSpace,
@Query("argoCdUrl") String argoCdUrl,
@Query("rolloutsEnabled") boolean rolloutsEnabled,
@Query("createdStatus") boolean createdStatus,
@Query("rolloutsEnabled") Boolean rolloutsEnabled,
@Query("createdStatus") Boolean createdStatus,
@Query("isdUrl") String isdUrl)

@GET("/oes/accountsConfig/{version}/agents/{agentName}/manifest/apple/automation")
Expand Down

0 comments on commit df6e478

Please sign in to comment.