Skip to content

Commit

Permalink
feat: or-2654 add dubbel to api docs for beheer detail
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 15, 2025
1 parent 3e97aec commit 39b7943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ public IEnumerable<SwaggerExample<DetailVerenigingResponse>> GetExamples()
AndereVereniging = "V0001111",
},
],
IsDubbelVan = "",
Bron = Bron.Initiator.Waarde,
},
Metadata = new Metadata
Expand Down Expand Up @@ -377,6 +378,7 @@ public IEnumerable<SwaggerExample<DetailVerenigingResponse>> GetExamples()
Identificatie = "L4321",
},
},
IsDubbelVan = "",
Bron = Bron.KBO.Waarde,
},
Metadata = new Metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public class VerenigingDetail
/// Mogelijke waarden:<br />
/// - Actief<br />
/// - Gestopt<br />
/// - Dubbel<br />
/// </summary>
[DataMember(Name = "Status")]
public string Status { get; init; } = null!;
Expand Down

0 comments on commit 39b7943

Please sign in to comment.