Modify OpenAPI Endpoints Individually #57998
-
I'd like to transform the OpenAPI document for each minimal api endpoint individually. There are operation transformers, but I haven't found a good way to choose whether or not to modify an operation. Currently, I just compare against the relevant endpoint paths. Is there someway I could get the endpoint metadata when transforming operations? If I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See here for an example of getting the endpoint metadata for an operation. |
Beta Was this translation helpful? Give feedback.
See here for an example of getting the endpoint metadata for an operation.