We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Assume paths /foo and /bar both have a Path Item Object that $ref the same external "complete" Path Item Object.
/foo
/bar
$ref
If a Link Object now operationRefs the get Operation Object within that external Path Item Object, which request should the client construct?
operationRef
get
It could be both
GET /foo
GET /bar
Proposal:
operationId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assume paths
/foo
and/bar
both have a Path Item Object that$ref
the same external "complete" Path Item Object.If a Link Object now
operationRef
s theget
Operation Object within that external Path Item Object, which request should the client construct?It could be both
GET /foo
orGET /bar
Proposal:
operationRef
andoperationId
MUST NOT reference a reusable/multi-used Path Item ObjectoperationRef
value "goes through" a Paths ObjectThe text was updated successfully, but these errors were encountered: