You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And figured that I can't that easily programmatically set operationId on an operation and pass modified program to openapi emitter.
I can't apply decorators from emitter (no js api for this).
And openapi emitter doesn't expose setOperationId function, only getOperationId.
So, I'd like to either have an openAPI exposed function to setOperationId on an operation, modifying the program.
Or have a way to programmatically set decorators using compiler API.