Merge pull request #114 from CenturyLinkCIRT/master

Sightings types
pull/115/head
Alexandre Dulaunoy 2018-05-16 19:10:47 +02:00 committed by GitHub
commit 4c72a5e157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -662,6 +662,14 @@ curl --header "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf " --heade
- attribute_id
- attribute_uuid
The different sightings types are:
~~~~php
0 => 'sighting',
1 => 'false-positive',
2 => 'expiration'
~~~~
## User management