update_initiative
Update an initiative's details such as name, description, dates, state, and lead by specifying its ID.
Instructions
Update an initiative by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initiative_id | Yes | UUID of the initiative | |
| name | No | Initiative name | |
| description_html | No | HTML description of the initiative | |
| start_date | No | Initiative start date (ISO 8601 format) | |
| end_date | No | Initiative end date (ISO 8601 format) | |
| logo_props | No | Logo properties dictionary | |
| state | No | Initiative state (DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED) | |
| lead | No | UUID of the user who leads the initiative |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| description | No | ||
| description_html | No | ||
| description_stripped | No | ||
| description_binary | No | ||
| start_date | No | ||
| end_date | No | ||
| logo_props | Yes | ||
| state | No | ||
| lead | No | ||
| workspace | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No |