mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add support for substituting queryId in paths
This commit is contained in:
parent
f9abea2fd3
commit
3fe43ba252
9 changed files with 68 additions and 19 deletions
|
|
@ -4,10 +4,12 @@ info:
|
|||
version: 0.0.1
|
||||
|
||||
paths:
|
||||
/graphql/{{queryId}}/ProfileSpotlightsQuery:
|
||||
/graphql/{queryId}/ProfileSpotlightsQuery:
|
||||
get:
|
||||
operationId: getProfileSpotlightsQuery
|
||||
description: "get user by screen name"
|
||||
parameters:
|
||||
- $ref: "../resources/parameters.yaml#/components/parameters/queryId"
|
||||
responses:
|
||||
"200":
|
||||
description: Successful operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue