v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
helm

Modify Repo

Modify Helm repository

put/api/v1/orgs/{orgId}/helm/repos/{repoName}

Path parameters

orgIdinteger required

Organization identifier

repoNamestring required

Helm repo name

Request body

namestring
urlstring
certFilestring
keyFilestring
caFilestring
passwordSecretRefstring
tlsSecretRefstring

Example request

{
  "url": "https://charts.helm.sh/stable"
}

Response

resource modified successfully

statusinteger
messagestring
namestring

Example response

{
  "name": "stable",
  "message": "resource modified successfully",
  "status": 200
}