Contexts
Create Context
POST
Creates a new context within a project. Contexts can be used to organize logs and artifacts within a project.
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
Context name, can be nested using ’/’ (e.g., ‘parent/child’). Must contain only alphanumeric characters, underscores, and hyphens.
Optional description of the context