Contexts
Add Logs To Context
POST
Adds existing logs to a context within a project. The logs must already exist in the project and can be specified by their IDs. The same logs can be associated with multiple contexts.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the project to create context in.
Body
Name of the context to add logs to.
List of log IDs to add to the context. At least one log ID must be provided.