Folder - Updates the name and description of a folder
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
The unique identifier of the workspace.
folderIdstring · uuidRequired
The unique identifier of the folder to update.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
Request model for updating a folder in Power BI.
folderNamestring · nullableOptional
Gets or sets the folder name of the folder.
descriptionstring · nullableOptional
Gets or sets the description of the folder.
Responses
200
OK: The folder name and description were successfully updated.
No content
201
Success
400
Bad Request: The request is invalid.
401
Unauthorized: Access token is missing or invalid.
403
Forbidden: Permission denied to update the folder.
500
Internal Server Error: An unexpected error occurred or a server timeout.
put
/folders/tenants/{tenantId}/folders/{folderId}/updateFolderNameAndDescriptionNo content
PreviousFolder - Creates a new folder in the specified workspaceNextFolder - Moves an asset to a target folder
Last updated