Skip to main content
POST
/
projects
/
{projectName}
/
packages
Error
A valid request URL is required to generate request examples
{
  "resource": "<string>",
  "name": "<string>",
  "description": "<string>",
  "location": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

Body

application/json

Represents a Malloy package containing models, notebooks, and embedded databases

resource
string

Resource path to the package

name
string

Package name

description
string

Package description

location
string

Package location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)

Response

Returns the package created

Represents a Malloy package containing models, notebooks, and embedded databases

resource
string

Resource path to the package

name
string

Package name

description
string

Package description

location
string

Package location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)