8
0
This commit is contained in:
Aleksandr Garin 2023-03-27 14:48:41 +03:00
parent 98c163dd9d
commit d2c0289051

View File

@ -0,0 +1,57 @@
_id: spc_2b420b2bed1d4d868807303a581fb8c1
type: ApiSpec
parentId: wrk_cd1160cf39f5497fa4711fe4fd6567de
modified: 1679917670475
created: 1679916396495
fileName: youtubekids.yaml
contents: |+
openapi: 3.0.3
info:
title: YouTube Kids Public API
description: For generate API REST clients
contact:
email: info@google.com
version: 1.0.0
servers:
- url: https://www.youtubekids.com/youtubei/v1
tags:
- name: browse
description: Browse resource content
paths:
/browse:
post:
tags:
- browse
summary: Browse resource content
description: Get content for resource
operationId: browse
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BrowseRequest'
responses:
'200':
description: Successful operation
components:
schemas:
RequestClient:
type: object
RequestContext:
type: object
properties:
client:
$ref: '#/components/schemas/RequestClient'
BrowseRequest:
type: object
properties:
context:
$ref: '#/components/schemas/RequestContext'
browseId:
type: string
example: FEkids_home
contentType: yaml