Partially Update Reports Internal Note

Update a specific internal note

Updates the specified internal note with the provided fields. Only the fields provided in the request body will be updated.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesThe unique identifier of the report
note_idintegerYesThe unique identifier of the internal note

Request Body

FieldTypeRequiredDescription
textstringNoThe updated internal note text content (max 256 characters)

Example Request

{
  "text": "Updated internal note text"
}

Response

Returns the updated internal note object.

Path Params
integer
required

Report ID

integer
required

Internal Note ID

Body Params
string
length ≤ 256

The internal note text content

Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json