1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-02 21:59:32 +09:00
parent 3419b5c0ab
commit 3a16f63cc6
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
40 changed files with 2367 additions and 1376 deletions

View file

@ -17,7 +17,7 @@ info:
version: 0.0.1
openapi: 3.0.3
paths:
/wNNG8DBB8EaXw1lq4vFWGA/TweetDetail:
/graphql/wNNG8DBB8EaXw1lq4vFWGA/TweetDetail:
get:
description: get TweetDetail
operationId: getTweetDetail
@ -26,8 +26,8 @@ paths:
name: queryId
required: true
schema:
default: wNNG8DBB8EaXw1lq4vFWGA
example: wNNG8DBB8EaXw1lq4vFWGA
default: '"wNNG8DBB8EaXw1lq4vFWGA"'
example: '"wNNG8DBB8EaXw1lq4vFWGA"'
type: string
- in: query
name: variables
@ -111,4 +111,4 @@ paths:
schema:
type: integer
tags:
- Tweet
- tweet