Skip to content

Commit

Permalink
fix(cdr): POST does not require an id
Browse files Browse the repository at this point in the history
  • Loading branch information
pbourseau committed Jun 28, 2024
1 parent 38b8715 commit 2f703bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class CdrsCpoClient(
send(
HttpRequest(
method = HttpMethod.POST,
path = "/${cdr.id}",
body = mapper.writeValueAsString(cdr)
).withRequiredHeaders(
requestId = generateRequestId(),
Expand Down

0 comments on commit 2f703bc

Please sign in to comment.