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
We have encountered an issue while using an OpenAPI 3 specification.
Error: Operation 'getContractVersionDocument' does not have an operationId or summary member.
In our spec, the operationId is what is being returned as getContractVersionDocument so I am very confused as to why this issue is being raised. How come it needs a summary if it already knows the operationId.
I have tried to follow this through the code, sadly I don't code in go and have got very lost.
The text was updated successfully, but these errors were encountered:
We have encountered an issue while using an OpenAPI 3 specification.
Error: Operation 'getContractVersionDocument' does not have an operationId or summary member.
In our spec, the
operationId
is what is being returned asgetContractVersionDocument
so I am very confused as to why this issue is being raised. How come it needs asummary
if it already knows theoperationId
.I have tried to follow this through the code, sadly I don't code in go and have got very lost.
The text was updated successfully, but these errors were encountered: