Closed col closed 5 months ago
Thank you for the contribution! We can't use action.name
in this way, as it's an internal detail (as discussed offline), but this did surface a place where we were exposing the action name incorrectly, much appreciated. I will add a name
option to all route
entities that will allow setting an operationId
Took a quick look at this and the naive implementation is very simple. This implementation work fine for my use case but I'm not sure how well it would scale to far more complicated API specs.
Is the combination of action name and resource unique? If not, what would make this unique?
Also, if we wanted to allow people to specify the
operationId
themselves, how would I add an option to thejson_api
/routes
definitions. I'm not really up to speed with the Spark DSL yet.Contributor checklist