Add a comment to an existing finding in a repository.
Repositories
Add a comment to an existing finding in a repository.
Access control rules
- The requester must have access to the repository.
- Any user with (read) access to the finding can create a comment on it.
POST
Add a comment to an existing finding in a repository.
Documentation Index
Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Reference to a finding, either a finding id or finding number.
Body
application/json
Create a new comment on a finding.
The content is expected to be valid markdown, but this is not validated at this time.
Users can "ping" other users by using:
@projectto ping all company users associated with the company, or@usernameto ping auditors (reviewers, judges and triagers) that are part of the repository.
A ping will cause the pinged user(s) to receive a notification.
Comment is in a reply to a thread.
Visibility of a comment.
Reviewers can currently only create public comments.
Defaults to public comment.
Available options:
public, private, internal, hidden Response
Comment added