dispatch_projects_notes_create
Create a note for a service project. Supply project ID and note text; optionally pin and confirm the write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| text | Yes | Project note text | |
| isPinned | No | Whether the note is pinned | |
| _confirmed | No | Set to true to confirm this write operation |