Authorizations
Use an API key in the X-API-Key header.
Path Parameters
Body
application/json
Response
Successful Response
Update the status of a specific issue (mark as false positive, etc.).
Args: issue_id: Issue ID to update request: Update request with false_positive status and optional notes user: Authenticated user from Clerk
Returns: Updated issue details
Raises: 400: Bad request (invalid issue ID format or invalid status) 401: Unauthorized (invalid token) 403: Forbidden (issue not owned by user’s org) 404: Not found (issue not found) 500: Internal server error
Use an API key in the X-API-Key header.
Successful Response