Updates a folder.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
stream:UpdateFolder |
update |
*All Resource
|
None | None |
Request syntax
PATCH /api/v2/namespaces/{namespace}/folder/{folderId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| namespace |
string |
Yes |
The name of the namespace. |
default-namespace |
| folderId |
string |
Yes |
The folder ID. You can call the GetFolder operation to obtain the folder ID. |
13803 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspace |
string |
Yes |
The workspace ID. |
f89a0c1ca8**** |
| body | Folder |
Yes |
The data structure of the folder. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| requestId |
string |
The request ID. |
CBC799F0-AS7S-1D30-8A4F-882ED4DD**** |
| success |
boolean |
Indicates whether the request was successful. |
true |
| httpCode |
integer |
The HTTP status code. If this parameter was not empty and the value of this parameter was not 200, the request failed. |
200 |
| errorCode |
string |
|
"" |
| errorMessage |
string |
|
"" |
| data | Folder |
The information returned after the folder is updated. |
Examples
Success response
JSON format
{
"requestId": "CBC799F0-AS7S-1D30-8A4F-882ED4DD****",
"success": true,
"httpCode": 200,
"errorCode": "\"\"",
"errorMessage": "\"\"",
"data": {
"folderId": "00000000-0000-0000-0000-0000012312****",
"parentId": "00000000-0000-0000-0000-0000012390****",
"name": "test",
"subFolder": [
{
"folderId": "a579aec9-1d5e-3382-9d65-9887ff6cfaff",
"parentId": "95c0787c-408f-4e1f-88ba-ef0a84a2c2ee",
"name": "test"
}
],
"workspace": "edcef******b4f",
"namespace": "default-namespace",
"createdAt": 1723537978,
"modifiedAt": 1723537978
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.