Update Issue Status
API Reference
Update Issue Status
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
PATCH
Update Issue Status
Documentation Index
Fetch the complete documentation index at: https://docs.enforster.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use an API key in the X-API-Key header.
Path Parameters
Body
application/json
Response
Successful Response