update_application_section
Write content into one section of YOUR grant application (replace or append). Requires your API key. The prior draft is snapshotted to version history first, so this is recoverable. Use get_my_application to see section_keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace (default) overwrites; append adds to the end. | |
| content | Yes | The text/HTML to write into the section. | |
| section_key | Yes | Which section to write (e.g. "statement_of_need"). See get_my_application. | |
| application_id | Yes | Application UUID (from list_my_applications). |