Skip to content

Commit 657e00d

Browse files
committed
Legg til Behandlingsnummer header på kall til pdl
1 parent 1b88e1a commit 657e00d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/no/nav/api/pdl/PdlClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class PdlClient(
3030
header("Authorization", "Bearer $oboToken")
3131
header("Tema", "GEN")
3232
header("X-Correlation-ID", getCallId())
33+
header("Behandlingsnummer", "B498")
3334
}
3435

3536
suspend fun hentPersonalia(

0 commit comments

Comments
 (0)