bilibili/subtitles/swag/swagger.yaml
timerzz c00090712d
Some checks failed
Build image / build (push) Failing after 3s
feat 初始化
2024-07-01 17:22:31 +08:00

28 lines
506 B
YAML

definitions:
main.Request:
properties:
url:
type: string
required:
- url
type: object
info:
contact: {}
paths:
/api/v1/bilibili/subtitles:
post:
consumes:
- application/json
description: 获取字幕
parameters:
- description: 请求参数
in: body
name: json
required: true
schema:
$ref: '#/definitions/main.Request'
produces:
- application/json
responses: {}
swagger: "2.0"