license_files
Upload, list, download, and delete files attached to licenses in Snipe-IT, enabling full control over license documentation.
Instructions
Manage file attachments for licenses.
Operations:
upload: Upload a file to a license
list: List all files attached to a license
download: Download a specific file from a license
delete: Delete a specific file from a license
Returns: dict: Result of the operation including success status and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The file operation to perform | |
| file_id | No | File ID (required for download and delete actions) | |
| file_path | No | File path to upload (for upload action) | |
| save_path | No | Path to save downloaded file (for download action) | |
| license_id | Yes | License ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||