How do i create response links? #3072
-
|
I wanted to know how to define links for responses using Swashbuckle. |
Beta Was this translation helpful? Give feedback.
Answered by
martincostello
Sep 14, 2024
Replies: 1 comment
-
|
There's no automatic support for this built in. You'll need to write a custom filter to add links to your OpenAPI responses: OpenApiResponse.Links. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
martincostello
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no automatic support for this built in. You'll need to write a custom filter to add links to your OpenAPI responses: OpenApiResponse.Links.