Skip to content

Commit

Permalink
fix(cdr): postCdr http method is POST instead of PUT
Browse files Browse the repository at this point in the history
  • Loading branch information
pbourseau committed Jun 28, 2024
1 parent f21a60f commit 38b8715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CdrsCpoClient(
with(buildTransport()) {
send(
HttpRequest(
method = HttpMethod.PUT,
method = HttpMethod.POST,
path = "/${cdr.id}",
body = mapper.writeValueAsString(cdr)
).withRequiredHeaders(
Expand Down

0 comments on commit 38b8715

Please sign in to comment.