# Project Scan Initiates a scan for a given project, specified by the projectId. Returns the taskId corresponding to the scan task. The taskId can be used to check the scan status. Only Project Admin and Analyst can invoke a scan of a project. Endpoint: POST /scanResource/projectScan/{projectId} Version: v1 Security: bearerAuth ## Path parameters: - `projectId` (integer, required) ID of the project Example: 1 ## Query parameters: - `fullRescan` (boolean) Irrespective of codebase changes, pass value as true to perform a full scan of the codebase ## Response 400 fields ## Response 409 fields ## Response 503 fields