Recipe Lifecycle Management

GLOSSARY
  • Manifest: A container of different assets, including recipes, lookup tables, connections, and more.

  • Package: The build of a manifest. Contains the source code of each asset within a manifest. It includes the latest version of the asset available when the package was created.

Quick reference

TypeResourceDescription
POST/api/export_manifestsCreate an export manifest.
GET/api/export_manifests/folder_assetsView the content of the folder.
DELETE/api/export_manifests/:idDelete an export manifest.
GET/api/export_manifests/:idView an export manifest.
PUT/api/export_manifests/:idUpdate an export manifest.
POST/api/packages/export/:manifest_idExport package based on the manifest.
POST/api/packages/import/:folder_idImport package into a folder.
GET/api/packages/:idGet package by ID.
GET/api/packages/:id/downloadDownload a package.