Skip to content

Commit

Permalink
* Histark endrer body
Browse files Browse the repository at this point in the history
#deploy-test-dolly-backend
  • Loading branch information
stigus committed Oct 31, 2024
1 parent 92e599b commit c05a91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Flux<HistarkResponse> call() {
return webClient.post()
.uri(builder ->
builder.path("/api/saksmapper/import")
.queryParam("metadata", histarkDokument.getMetadata())
.queryParam("metadata", histarkDokument.getMetadata().toString())
.build())
.header(AUTHORIZATION, "Bearer " + token)
.contentType(MediaType.MULTIPART_FORM_DATA)
Expand Down

0 comments on commit c05a91f

Please sign in to comment.