Skip to content

Commit

Permalink
fix: or-2246 correct swagger docs wrt vertegenwoordigerid
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 18, 2024
1 parent 8730a5b commit a969754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Vereniging
public string[] CorresponderendeVCodes { get; set; } = null!;

/// <summary>
/// De naam van de vereniging
/// De id van de vertegenwoordiger
/// </summary>
[DataMember]
public int VertegenwoordigerId { get; init; }
Expand Down

0 comments on commit a969754

Please sign in to comment.