> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Modify Folder Settings

Modify the settings of a folder.

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                           |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
  | Allow Links          | Choose whether links can be shared to files or sub-folders within this folder.                                                        |
  | Folder Description   | Text description of the folder. maximum of 200 characters.                                                                            |
  | Path                 | The full absolute path of the folder.                                                                                                 |
  | Public Links         | Choose to allow public links from this folder for files and folders, files only, or not to allow public links.                        |
  | Restrict Move Delete | Restrict move and delete operations to only Admins and Owners if true. This can be applied to /Shared and /Private top-level folders. |
</div>

## Example Output

```json theme={"dark"}
{
	"name": "Contracts",
	"lastModified": 1464285110000,
	"path": "/Shared/Screenshots",
	"folder_id": "b6f42a4b-45f2-4e21-bab0-71f5b043f24d",
	"folder_description": "This folder contains all of the contracts for our construction projects.",
	"is_folder": true,
	"public_links": "files_folders",
	"restrict_move_delete": true
}
```

## Workflow Library Example

[Modify Folder Settings with Egnyte and Send Results Via Email](https://library.blinkops.com/workflows/modify-folder-settings-with-egnyte-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/modify-folder-settings-with-egnyte-and-send-results-via-email/canvas" />
</div>
