Skip to main content
PUT
/
packages
/
{package}
{
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "system": "helm",
  "title": "<string>",
  "$schema": "<string>",
  "aliases": [
    "<string>"
  ],
  "description": "<string>",
  "versioning": {
    "release_cycle": "none",
    "scheme": "unknown",
    "support_model": "none",
    "release_interval_days": 1
  }
}

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.

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
title
string
required

Display name for the Package.

$schema
string<uri>

A URL to the JSON Schema for this object.

aliases
string[] | null

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

description
string

Optional long-form description of the Package.

versioning
object

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