update_section
Update a section's name, description, prototype link, or Figma link within a study by specifying study and section IDs, keeping research data accurate.
Instructions
Update a section's name, description, prototype link, or Figma link.
Args: study_id: The unique identifier of the study. section_id: The unique identifier of the section/task. name: New name for the section. description: New description for the section. prototype_link: URL of the prototype associated with this section. figma_link: Figma file URL for the section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| study_id | Yes | ||
| figma_link | No | ||
| section_id | Yes | ||
| description | No | ||
| prototype_link | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |