Skip to content

Commit

Permalink
fix: or-2516 use HttpDelete for verwijder lidmaatschap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Oct 30, 2024
1 parent 6ba5745 commit 5655862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public VerwijderLidmaatschapController(IMessageBus messageBus, AppSettings appSe
/// <response code="400">Er was een probleem met de doorgestuurde waarden.</response>
/// <response code="412">De gevraagde vereniging heeft niet de verwachte sequentiewaarde.</response>
/// <response code="500">Er is een interne fout opgetreden.</response>
[HttpPatch("{vCode}/lidmaatschappen")]
[HttpDelete("{vCode}/lidmaatschappen")]
[ConsumesJson]
[ProducesJson]
[SwaggerRequestExample(typeof(VerwijderLidmaatschapRequest), typeof(VerwijderLidmaatschapRequestExamples))]
Expand Down

0 comments on commit 5655862

Please sign in to comment.