1
Fork 0
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:
ふぁ 2023-06-13 11:17:10 +09:00
parent 488932c5df
commit 7706204624
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
9 changed files with 31 additions and 61 deletions

View file

@ -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