Folder - Updates the name and description of a folder

Updates the name and description of a folder in the specified workspace.

put
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
versionstringOptional

The requested API version

Default: 1.0
Body

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
chevron-right
200

OK: The folder name and description were successfully updated.

No content

put
/folders/tenants/{tenantId}/folders/{folderId}/updateFolderNameAndDescription

No content

Last updated