Skip to main content
PUT
/
packages
/
{package}
/
{
  "$schema": "https://example.com/schemas/Package.json",
  "aliases": [
    "helm-prom"
  ],
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "id": "pkg_cec05b17-80d8-498f-8a38-fc8392604a5a",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "system": "helm",
  "title": "Prometheus Helm Chart",
  "versioning": {
    "release_cycle": "regular",
    "release_interval_days": 1,
    "scheme": "semantic",
    "support_model": "rolling"
  }
}

Response

OK

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

id
string
required

unique identifier for the Package record.

Examples:

"pkg_cec05b17-80d8-498f-8a38-fc8392604a5a"

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

system
enum<string>
required

System is the PackageSystem for the Package.

Available options:
helm,
kustomize,
kube
Examples:

"helm"

title
string
required

Display name for the Package.

Examples:

"Prometheus Helm Chart"

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/Package.json"

aliases
string[] | null

Optional set of string aliases for the Package. Must be globally unique.

Examples:
["helm-prom"]
description
string

Optional long-form description of the Package.

versioning
object

An optional object containing information about the Package's versioning and release model.

I