Updates to Existing APIs
The following section describes updates that have occurred to existing APIs in this release.
Resource |
API Name/Endpoint |
Method |
Function Change Description |
Scan API |
Project Scan scanResource/projectScan/{projectId} |
POST |
Controls now added to prevent the scheduling of additional scans on a project that is currently in the scan queue or being scanned. Any attempt to run this API on such a project throws an error message, stating the conflict. The message also provides a task ID for the currently scheduled or running scan, enabling you to check its progress using the Get Scan Status API. The current scan must complete before users can attempt another on the project. |