Skip to content

Commit

Permalink
Require hjemmel in input api.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Sep 2, 2024
1 parent bb72867 commit aa205bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data class OversendtKlageV2(
val innsynUrl: String? = null,
@Schema(
description = "Hjemler knyttet til klagen",
required = false
required = true
)
val hjemler: List<Hjemmel>? = emptyList(),
val avsenderSaksbehandlerIdent: String,
Expand Down

0 comments on commit aa205bf

Please sign in to comment.