Skip to content

Commit

Permalink
Merge pull request #13238 from chliang2030598/master
Browse files Browse the repository at this point in the history
Fix get scan status endpoint documentation: /scans/0/status
  • Loading branch information
andresriancho committed Jan 4, 2016
2 parents d7cb405 + cbbf8b6 commit 5a0dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/api/scans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Scanning a Web application using w3af's REST API requires the developer to
understand this basic workflow:

* Start a new scan using ``POST`` to ``/scans/``
* Get the scan status using ``GET`` to ``/scans/0``
* Get the scan status using ``GET`` to ``/scans/0/status``
* Use :doc:`kb` to get information about the identified vulnerabilities
* Clear all scan results before starting a new scan by sending a ``DELETE`` to ``/scans/0``

Expand Down

0 comments on commit 5a0dbe4

Please sign in to comment.