Skip to main content
POST
Create a Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

investigationId
string<uuid>
required

The unique identifier of an investigation.

Body

application/json

POST body is the note to create.

Creates a note for an investigation.

message
string
required

Text in a note.

private
boolean

Specifies the visibility of the item. This semantic is only valid when there exists a relationship between a USM Central deployment and a USM Anywhere deployment. When set to true, only the users within the same deployment, USM Central or USM Anywhere, can see the item; the users from the other deployment cannot.

Response

CREATED

Returns a note.

id
string<uuid>

Unique identifier of the resource.

private
boolean

Specifies the visibility of the item. This semantic is only valid when there exists a relationship between a USM Central deployment and a USM Anywhere deployment. When set to true, only the users within the same deployment, USM Central or USM Anywhere, can see the item; the users from the other deployment cannot.

message
string

Text in a note.

created
_mod_on_by · object

Specifies when the resource was created and by whom.

lastModified
lastModified · object

Specifies when the latest modification was made and by whom.