PUT
/
v0
/
logs

Updates multiple logs with the provided entries. Each entry will be either added or overridden in the specified logs.

A dictionary of “explicit_types” can be passed as part of the entries. If present, it will override the inferred type of any matching key in all logs.

Authorizations

Authorization
string
required

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

Body

ids
[integer]
required

List of log IDs to update with new or overriding entries.

params
object | array
default:
{}

Dictionary or list of dictionaries of key-value parameter pairs to add or update in the logs.

entries
object | array
default:
{}

Dictionary or list of dictionaries of key-value entry pairs to add or update in the logs.

overwrite
boolean
default:
false

Whether to overwrite existing logs

strongly_typed
boolean | array
default:
true

Enforce strong typing for fields.