Create a new package
packages
Create a new package
Creates a new Malloy package within the specified project. A package serves as a container for models, notebooks, embedded databases, and other resources. The package will be initialized with the provided metadata and can immediately accept content.
POST
Create a new package
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the project Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Body
application/json
Response
Returns the package created