API referenceInvestigations
Investigation_update
PUT
/investigations/{id}Path Parameters
id*string
Investigation id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/investigations/string" \ -H "Content-Type: application/json" \ -d '{}'{ "artifact_ids": [ "string" ], "created_at": "string", "created_by": "string", "description": "string", "folder_id": "string", "id": "string", "name": "string", "org_id": "string", "owner_team_id": "string", "status": null, "updated_at": "string"}