Connectors
...
Actions
Edit Attribute
4 min
description modify an existing attribute in misp using the specified attribute id and updated details provided in the request endpoint url attributes/edit/{{attributeid}} method put inputs path parameters (object) – required attributeid (string) – required json body (object) id (string) event id (string) object id (string) object relation (string) category (string) type (string) value (string) to ids (boolean) uuid (string) timestamp (string) distribution (string) sharing group id (string) comment (string) deleted (boolean) disable correlation (boolean) first seen (string) last seen (string) headers (object) – required accept (string) – required content type (string) – required output example \[ { "attribute" { "id" "12345", "event id" "12345", "object id" "12345", "object relation" "sensor", "category" "internal reference", "type" "md5", "value" "127 0 0 1", "to ids" true, "uuid" "c99506a6 1255 4b71 afa5 7b8ba48c3b1b", "timestamp" "1617875568", "distribution" "0", "sharing group id" "1", "comment" "logged source ip", "deleted" false, "disable correlation" false, "first seen" "1581984000000000", "last seen" "1581984000000000" } } ] output parameters attribute (object) id (string) event id (string) object id (string) object relation (string) category (string) type (string) value (string) to ids (boolean) uuid (string) timestamp (string) distribution (string) sharing group id (string) comment (string) deleted (boolean) disable correlation (boolean) first seen (string) last seen (string)