Closed RaresGeo closed 3 weeks ago
Please note there was an issue open about this in the past and it was closed but without actually adding the feature, not sure why.
I can make a PR myself
It is supported. Use:
// @ID some_operation_id
Oh, I couldn't find anything like that in the documentation. Thanks :)
Is your feature request related to a problem? Please describe. My team cannot use swaggo to autogenerate swagger because we need operationId, which is used by
swagger-typescript-api
to name methodsDescribe the solution you'd like Allow a simple
@operationId
tagDescribe alternatives you've considered Construct it out of the Summary by turning for example
Update project config
tooperationId: updateProjectConfig
in the generated.yaml
file