Closed
Description
In the context of an operationId
. the spec says:
The id [operationId] MUST be unique among all operations described in the API
What is the definition of API in this context?
Does it mean all operations defined in the same file?
All operations used by an application?
Did I just miss the definition or should this be clarified?