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}/Following:
|
||||
/graphql/{pathQueryId}/Following:
|
||||
get:
|
||||
operationId: getFollowing
|
||||
description: get user list of following
|
||||
parameters:
|
||||
- $ref: "../resources/parameters.yaml#/components/parameters/queryId"
|
||||
responses:
|
||||
"200":
|
||||
description: Successful operation
|
||||
|
|
@ -20,12 +18,10 @@ paths:
|
|||
tags:
|
||||
- "user-list"
|
||||
|
||||
/graphql/{queryId}/Followers:
|
||||
/graphql/{pathQueryId}/Followers:
|
||||
get:
|
||||
operationId: getFollowers
|
||||
description: get user list of followers
|
||||
parameters:
|
||||
- $ref: "../resources/parameters.yaml#/components/parameters/queryId"
|
||||
responses:
|
||||
"200":
|
||||
description: Successful operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue