put
https://api.seismic.com/programs/v2/spaces//nodes//comments/
Updates an existing comment's content or metadata while preserving its relationships and discussion context.
Only the comment author or users with appropriate management permissions can update comments. The update
operation records activity events for tracking and maintains updated timestamps on the comment.
Key Features:
- Updates comment content while preserving relationships and metadata
- Validates user permissions and ownership before allowing modifications
- Maintains activity tracking and updated timestamps for modified comments
- Returns updated comment object with new timestamps and content
- Preserves comment threading and parent-child relationships
Authorization Logic:
- User must have a valid JWT token with program management scopes
- Token is valid for this operation
- User must be the comment author or have management permissions for the entity
- User must have access to the comment and its parent entity
Usage Example:
Correct typos or update comment content to reflect new information while maintaining discussion context.