curl --request POST \
--url https://api.hubapi.com/files/2026-03/folders/update/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"parentFolderId": 123
}
'{
"id": "<string>",
"links": {}
}指定したIDを基準にフォルダーのプロパティーを更新します。この操作は非同期で行われ、フォルダーの子も全て更新されます。
curl --request POST \
--url https://api.hubapi.com/files/2026-03/folders/update/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"parentFolderId": 123
}
'{
"id": "<string>",
"links": {}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.