mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add AddPathQueryIdOnParameters
hook to support default value Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
488932c5df
commit
7706204624
9 changed files with 31 additions and 61 deletions
|
|
@ -4,12 +4,10 @@ info:
|
|||
version: 0.0.1
|
||||
|
||||
paths:
|
||||
/graphql/{queryId}/UserByScreenName:
|
||||
/graphql/{pathQueryId}/UserByScreenName:
|
||||
get:
|
||||
operationId: getUserByScreenName
|
||||
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