Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #49 from automationator/master
Browse files Browse the repository at this point in the history
Updates Indicator documentation
  • Loading branch information
automationator committed Mar 18, 2019
2 parents 995f19e + a1039dc commit 4a115ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/web/project/api/routes/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,13 +463,15 @@ def read_indicators():
:reqheader Authorization: Optional Apikey value
:resheader Content-Type: application/json
:query bulk: True/False to enable "bulk" mode and received a gzipped response of all indicators, but only id+type+value
:query case_sensitive: True/False
:query confidence: Confidence value
:query created_after: Parsable date or datetime in GMT. Ex: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
:query created_before: Parsable date or datetime in GMT. Ex: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
:query impact: Impact value
:query modified_after: Parsable date or datetime in GMT. Ex: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
:query modified_before: Parsable date or datetime in GMT. Ex: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
:query not_sources: Comma-separated list of intel sources to EXCLUDE
:query sources: Comma-separated list of intel sources
:query status: Status value
:query substring: True/False
Expand Down

0 comments on commit 4a115ce

Please sign in to comment.