Modify Intel on Target by RID and IntelId
booleanRepresents a boolean value that restricts an endpoint to preview mode when set to true.
objectRequest body to modify intel attached to a Target by TargetRID and IntelId.
list<ModifyTargetIntelData>objectSuccess response.
list<IntelId>1
2
3
4
5
curl -X PUT \
\t-H "Content-type: application/json" \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/twb/modifyTargetIntel/ri.gotham-artifact.0-0.target.example?preview=true" \
-d '{"intel":[{"id":"Example Intel Id","name":"Example Intel Name","description":"Intel containing location.","intelDomain":"GEOINT","validTime":"2023-10-04T14:48:00.000Z","location":{"center":{"longitude":0.0,"latitude":0.0,"elevation":0.0},"radius":1.1},"confidence":3.0,"intelType":{"type":"geotimeObservation","geotimeTrack":"ri.gotham.0-0.geotime-track.aa.bb.cc.example"}}]}'