Skip to main content
PUT
Update Package

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.

Example:

"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
Example:

"helm"

title
string
required

Display name for the Package.

Example:

"Prometheus Helm Chart"

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

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

aliases
string[] | null

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

Example:
description
string

Optional long-form description of the Package.

versioning
object

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