Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
oddity where ose isn't pulling the latest code, so trying to force it…
Browse files Browse the repository at this point in the history
… with another commit
  • Loading branch information
matallen committed Aug 7, 2018
1 parent 9d1c635 commit e799219
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ public ResponseEntity<List<MemberType>> customersCustIdMembersGet(@ApiParam(valu
return new ResponseEntity<>(result, HttpStatus.OK);
}


// Create Member
// POST: /api/pathfinder/customers/{customerId}/members/
public ResponseEntity<String> customersCustIdMembersPost(@ApiParam(value = "Customer Identifier",required=true ) @PathVariable("custId") String custId,@ApiParam(value = "Member Details" ) @Valid @RequestBody MemberType body) {
Expand Down

0 comments on commit e799219

Please sign in to comment.