Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 8 column 11
---
name: WriteFile
version: 1.0.0
description: A plugin to write content to a file
original_url: <https://example.com/plugin/writeFile.md>
endpoints:
- path: /write-file
method: POST
handler: writeFileHandler
inputs:
- name: path
type: string
description: The file path where the content will be written
- name: content
type: string
description: The content to write to the file
outputs:
- name: status
type: string
description: The status of the write operation
---
Writes content to a file.
name: WriteFile
version: 1.0.0
description: A plugin to write content to a file
original_url: https://example.com/plugin/writeFile.md
endpoints:
- path: /write-file
method: POST
handler: writeFileHandler
inputs:
- name: path
type: string
description: The file path where the content will be written
- name: content
type: string
description: The content to write to the file
outputs:
- name: status
type: string
description: The status of the write operation