调用UpdateFolder修改资源夹名称。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
resourcemanager:UpdateFolder |
update |
*Folder
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| FolderId |
string |
是 |
资源夹 ID。 |
fd-u8B321**** |
| NewFolderName |
string |
是 |
新资源夹名称。 长度为 1~24 个字符或汉字,可包含汉字、英文字母、数字、下划线(_)、点号(.)和短横线(-)。 |
rdFolder |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
C2CBCA30-C8DD-423E-B4AD-4FB694C9180C |
| Folder |
object |
资源夹信息。 |
|
| FolderId |
string |
资源夹 ID。 |
fd-u8B321**** |
| CreateTime |
string |
资源夹创建时间,采用 RFC 3339 UTC 时间格式,以 Z 表示 UTC。 |
2019-02-19T09:34:50.757Z |
| ParentFolderId |
string |
父资源夹 ID。 |
r-b1**** |
| FolderName |
string |
资源夹名称。 |
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个层级。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?