Folder - Moves an asset to a target folder
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
The unique identifier of the workspace.
assetIdstring · uuidRequired
The unique identifier of the asset to be moved.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
Request model for moving an asset to a folder in Power BI.
targetFolderIdstring · uuid · nullableOptional
Gets or sets the target folder ID where the asset will be moved.
Responses
200
OK: The asset was successfully moved to the folder.
No content
201
Success
400
Bad Request: The request is invalid.
401
Unauthorized: Access token is missing or invalid.
403
Forbidden: Permission denied to move the asset.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/folders/tenants/{tenantId}/assets/{assetId}/moveAssetToFolderNo content
PreviousFolder - Updates the name and description of a folderNextFolder - Deletes a folder from the specified workspace
Last updated