PUT
/
v0
/
log
/
{id}

Updates the given log with more data.

A “explicit_types” dictionary can be passed as part of the entries. If present, any matching key inside this dictionary will override the inferred type of that particular entry.

Authorizations

Authorization
string
required

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

Path Parameters

id
integer
required

ID of the log to update.

Body

entries
object
required

Dictionary containing one or more key:value pairs that will be logged into the platform. Keys can have an optional version defined after a forward slash. E.g. system_msg/v1. If defined, these versions will be used when grouping results on a per-key basis. Values must be JSON serializable. If a explicit_types dictionary is present, its values will override the inferred types of the entries.