Write Nextcloud text file
write_text_fileCreate or replace a UTF-8 text file in Nextcloud with explicit path and content, protecting existing files unless overwrite is enabled.
Instructions
Write a UTF-8 text file. Existing files are protected unless overwrite is explicitly true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etag | No | ||
| name | Yes | ||
| path | Yes | ||
| size | No | ||
| is_dir | Yes | ||
| content_type | No | ||
| last_modified | No |