Search documentation
karat

+

K

User Documentation ↗

Modify Intel On a Target

PUT/api/gotham/v1/twb/modifyTargetIntel/{rid}

Modify Intel on Target by RID and IntelId

Path parameters

rid
string

Target RID

Query parameters

preview
boolean
optional

Represents a boolean value that restricts an endpoint to preview mode when set to true.

Request body

ModifyTargetIntelRequest
object

Request body to modify intel attached to a Target by TargetRID and IntelId.

Hide child attributes

Hide child attributes

intel
list<ModifyTargetIntelData>
optional
Show child attributes

Show child attributes

Response body

ModifyTargetIntelResponse
object

Success response.

Hide child attributes

Hide child attributes

updatedIntelIds
list<IntelId>
optional
Show child attributes

Show child attributes

Examples

Request

Copied!
1 2 3 4 5 curl -X PUT \ -H "Content-type: application/json" \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/gotham/v1/twb/modifyTargetIntel/ri.gotham-artifact.0-0.target.example?preview=true" \ -d ''