From 0c7fe3a09287af284a01e8ed86bc1671a66e748b Mon Sep 17 00:00:00 2001 From: Thomas Gardner Date: Wed, 16 May 2018 10:38:48 -0600 Subject: [PATCH] added sightings types to automation page --- automation/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/automation/README.md b/automation/README.md index c5cbaeb..a93d451 100644 --- a/automation/README.md +++ b/automation/README.md @@ -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