8
0
youtubekids-api-design/.insomnia/ApiSpec/spc_2b420b2bed1d4d868807303a581fb8c1.yml
2023-03-27 14:48:41 +03:00

58 lines
1.3 KiB
YAML
Executable File

_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