Logs
Create Fields
POST
Creates one or more fields in a project. Fields are field definitions that can be used in logs. This endpoint allows pre-defining fields before adding any log data.
Each field can have an optional description. If a field already exists, its description will be updated.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project the fields belong to.
Optional context path for the fields.
Dictionary mapping field names to their type definitions.