创建文件夹
URL:/v1/docs/folder/create方法:
POST描述: 创建一个新的文件夹。
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| name | str | 文件夹名称 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| id | str | 文件夹唯一 ID |
请求示例
cURL响应示例
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
