Skip to content

Commit

Permalink
fix: or-1949 rm unnecessary response docs
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 17, 2023
1 parent cb3ca7c commit 533fb37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ public SearchVerenigingenController(ElasticClient elasticClient, SearchVerenigin
[HttpGet("zoeken")]
[SwaggerResponseExample(StatusCodes.Status200OK, typeof(SearchVerenigingenResponseExamples))]
[SwaggerResponseExample(StatusCodes.Status400BadRequest, typeof(ProblemAndValidationProblemDetailsExamples))]
[SwaggerResponseExample(StatusCodes.Status412PreconditionFailed, typeof(PreconditionFailedProblemDetailsExamples))]
[SwaggerResponseExample(StatusCodes.Status500InternalServerError, typeof(InternalServerErrorResponseExamples))]
[ProducesResponseType(typeof(SearchVerenigingenResponse), StatusCodes.Status200OK)]
[ProducesResponseType(typeof(ValidationProblemDetails), StatusCodes.Status400BadRequest)]
[ProducesResponseType(typeof(ProblemDetails), StatusCodes.Status412PreconditionFailed)]
[ProducesResponseType(typeof(ProblemDetails), StatusCodes.Status500InternalServerError)]
[ProducesJson]
public async Task<IActionResult> Zoeken(
Expand Down

0 comments on commit 533fb37

Please sign in to comment.