update_session
Update an exploratory session by sending only the fields you want to change, like name, mission, or tags.
Instructions
Modify an existing exploratory session. Send only the fields you want to change inside the updates object. Requires write permission. Allowed fields: name, mission, sessionType, config, environment, releaseId, assigneeUserId, state, estimate, tags, linkedIssues, attachments. Findings are not editable here. updates.assigneeUserId accepts either a User _id or an email address. IMPORTANT: updates.tags must be a JSON array of strings — e.g. ["exploratory","auth"] — NOT a comma-separated string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to update: name, mission, sessionType, config, environment, releaseId, assigneeUserId, state, estimate, tags, linkedIssues, attachments. | |
| projectId | Yes | Project ID (required). | |
| sessionId | Yes | Internal _id or counter-style ID (required). |