Logs
Update Logs
PUT
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
List of log IDs to update with new or overriding entries.
Dictionary or list of dictionaries of key-value parameter pairs to add or update in the logs.
Dictionary or list of dictionaries of key-value entry pairs to add or update in the logs.
Whether to overwrite existing logs
Enforce strong typing for fields.