Skip to main content
PATCH
/
projects
/
{projectName}
/
packages
/
{packageName}
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

packageName
string
required

Name of the package 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 updated

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.)