调用UpdateFolder修改资源夹名称。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FolderId | string | 是 | 资源夹 ID。 | fd-u8B321**** |
NewFolderName | string | 是 | 新资源夹名称。 长度为 1~24 个字符或汉字,可包含汉字、英文字母、数字、下划线(_)、点号(.)和短横线(-)。 | rdFolder |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "C2CBCA30-C8DD-423E-B4AD-4FB694C9180C",
"Folder": {
"FolderId": "fd-u8B321****",
"CreateTime": "2019-02-19T09:34:50.757Z",
"ParentFolderId": "r-b1****",
"FolderName": "rdFolder"
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter.Folder.Name | You must specify the resource folder name. | 资源夹名称缺失,请指定资源夹名称。 |
400 | InvalidParameter.Folder.Name | The Name of folder is invalid. | 资源夹名称无效。请输入字符或汉字,可包含英文字母、“_”、“.”、“-”或数字。 |
400 | InvalidParameter.Folder.Name.Length | The Name of folder exceeds the length limit. | 资源夹名称长度超出限制,长度为1~24个字符或汉字。 |
400 | MissingParameter.FolderId | You must specify FolderId. | 资源夹ID缺失,请指定目标ID。 |
400 | InvalidParameter.FolderId | The FolderId is invalid. | 资源夹ID无效,资源夹ID应以“r-”开头+6位数字或英文字母或以“fd-”开头+10位数字或英文字母。 |
400 | InvalidParameter.Folder.Name.AlreadyUsed | The name already exists under the same parent. Please change to another name. | 相同父级下已存在该名称,请更换。 |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | 当前账号未启用资源目录,请先启用资源目录。 |
404 | EntityNotExists.Folder | The resource directory folder does not exist. | 资源夹不存在,请先创建资源夹。 |
409 | LimitExceeded.Folder.Depth | The folder depth exceeds the limit of 5. | 资源夹层级超出限制,除了根资源夹最多只能创建5个层级。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史