Skip to content

Partially update a log entry

PATCH
/v1/log/{timestamp}/

Update one or more fields of an existing log entry.

timestamp
required
string format: date-time

A unique value identifying this log.

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
timestamp
string format: date-time
agent_id
string format: uuid
service_name
string
body
string
log_attributes
resource_attributes

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
timestamp
required
string format: date-time
agent_id
required
string format: uuid
service_name
required
string
body
required
string
log_attributes
required
resource_attributes
required