Create an asset folder
create_asset_folderCreates a folder in the Wiki.js asset store, using a slug as the URL segment for files inside it. Organize assets by specifying a display name and optional parent folder.
Instructions
Creates a folder in the asset store. The slug is what appears in the URL of every file inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name (defaults to the slug). | |
| slug | Yes | URL segment for the folder. | |
| parent_folder_id | No | Parent folder id. 0 (default) is the root. |