openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/model/{id}:
patch:
summary: 更新模型
deprecated: false
description: ''
tags:
- 模型接口/语音克隆
parameters:
- name: id
in: path
description: ''
required: true
schema:
type: string
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
requestBody:
content:
application/json:
schema:
type: object
properties:
title:
type: string
description:
type: string
cover_image:
type: string
visibility:
type: string
tags:
type: string
x-apifox-orders:
- title
- description
- cover_image
- visibility
- tags
example:
title: <string>
description: <string>
cover_image: <string>
visibility: public
tags:
- <string>
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
status: 123
message: <string>
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/语音克隆
x-apifox-status: developing
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-402244338-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []