Skip to content

Commit

Permalink
Updating missing format (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscr06 authored Sep 9, 2020
1 parent d8ce49a commit 842d7bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ interface OpsmxAutopilotService {
Object deleteAutoResponse4(@Path('type') String type,
@Path('source') String source,
@Path('source1') String source1,
@Path('source1') String source2)
@Path('source2') String source2)

@DELETE("/autopilot/{type}/{source}/{source1}/{source2}/{source3}")
Object deleteAutoResponse5(@Path('type') String type,
@Path('source') String source,
@Path('source1') String source1,
@Path('source1') String source2,
@Path('source1') String source3)
@Path('source2') String source2,
@Path('source3') String source3)

@POST("/autopilot/{type}")
Object postAutoResponse(@Path('type') String type,
Expand Down

0 comments on commit 842d7bb

Please sign in to comment.