Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arachni - Web Application Security Scanner Framework
arachni
Wiki
Guides
Developer
REST API
REST API
· Changes
Page history
Updated REST API (markdown)
authored
Sep 05, 2016
by
Tasos Laskos
Hide whitespace changes
Inline
Side-by-side
guides/developer/REST-API.md
View page @
c4b3237d
...
@@ -352,6 +352,10 @@ id = post( '/scans',
...
@@ -352,6 +352,10 @@ id = post( '/scans',
page_limit:
10
page_limit:
10
},
},
audit:
{
elements:
[
'link'
,
'form'
,
'cookie'
]
},
# Load all checks.
# Load all checks.
checks:
[
'*'
]
checks:
[
'*'
]
)[
'id'
]
)[
'id'
]
...
...