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
@codepandy: what @webron is trying to say is that you need a single path with both parameters:
paths:
/store/order:
description: The `name` and `Id` parameters are mutually exclusive.
parameters:
- in: query
name: name
type: string
- in: query
name: Id
type: integer
There's a proposal to add support for parameter dependencies in the OpenAPI Specification in OAI/OpenAPI-Specification/issues/256, you can follow that for updates.
the below url is a example:
the two urls' http type are get.
the two parameters can't be used together.
The text was updated successfully, but these errors were encountered: