Comments
Update a comment
Comments can be added to and listed as a sub-resource on any resource that supports them. These resources support comments:
- Features
- Epics
- Requirements
- Ideas
- Initiatives
- Goals
- Releases
- Release phases
- To-dos
They can be listed product-wide, or retrieved from anywhere in the system using the root comments resource.
put/comments/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"comment": {
"body": "<p>Updated comment body.</p>"
}
}Response
Successful operation