helm

Create a user helm repository

Create a user helm repository. Access policy: authenticated

post/users/{id}/helm/repositories

Path parameters

idinteger required

User identifier

Request body

urlstring

Response

Success

Idinteger

Membership Identifier

URLstring

Helm repository URL

UserIdinteger

User identifier

Example response

{
  "Id": 1,
  "URL": "https://charts.bitnami.com/bitnami",
  "UserId": 1
}

Changes

No recorded changes to this endpoint across all 21 revisions of this API.