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
What do you expect the operationId to be in this case? I believe it has this form because it is concatenating the results of all the operations in the shared route.
There happens to be a bug filed in the past few days to change the operationId for this exact scenario: microsoft/typespec#5513
actually I feel like in this case we should duplicate the operations, because merging the sharedRoute requests and response would lost their original 1 request and 1 response mapping information. but I do know we are using http verb as the operation key, so I was unsure. Maybe other experts from typespec team could have some ideas?
See https://github.com/allenjzhang/typespec-e2e-demo/blob/main/todoApp/openapi3/openapi.yaml#L33
The operationId is
TodoItems_createJson_TodoItems_createForm
which should be incorrect.The text was updated successfully, but these errors were encountered: