mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
15 lines
292 B
YAML
15 lines
292 B
YAML
openapi: 3.0.3
|
|
info:
|
|
title: Twitter OpenAPI
|
|
version: 0.0.1
|
|
|
|
paths:
|
|
/2/search/adaptive.json:
|
|
get:
|
|
operationId: getSearchAdaptive
|
|
description: get search adaptive
|
|
responses:
|
|
"200":
|
|
description: Successful operation
|
|
tags:
|
|
- "v2.0-get"
|