POST
/
v0
/
project
/
{project}
/
contexts
/
{context_name}
/
artifacts

Creates one or more artifacts associated to a context within a project.

Authorizations

Authorization
string
required

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

Path Parameters

project
string
required

Name of the project the context belongs to.

context_name
string
required

Name of the context to create artifacts in.

Body

artifacts
object
required

Dictionary containing one or more key:value pairs that will be stored as artifacts within a project.