Skip to content

Commit

Permalink
fix image url
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Mar 21, 2023
1 parent 6e2e068 commit f74f604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/[...16]swagger-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ A subset of XML comments are supported on request/response DTOs as well as endpo

In order to let Swagger know that a particular request DTO property is being bound from a query string parameter, you need to decorate that property with the **[QueryParam]** attribute like below.

When you annotate a property with the **[QueryParam]** attribute, a [query parameter will be added](https://fast-endpoints.com/images/swagger-queryparam.png) to the Swagger document for that property.
When you annotate a property with the **[QueryParam]** attribute, a [query parameter will be added](https://fast-endpoints.com/swagger-queryparam.png) to the Swagger document for that property.

```cs |title=CreateEmployeeRequest.cs
public class CreateEmployeeRequest
Expand Down

0 comments on commit f74f604

Please sign in to comment.