Get startedSign in

Upsert helm repository

POST/v1/api/cd/helm/repositories
Body parameters
Responses
ParameterTypeDescription
authobjectAuthentication configuration for the helm repository
providerstring
urlstringThe url of the helm repository
Response samples
200
{
  "error": "string",
  "health": "pullable",
  "id": "string",
  "inserted_at": "string",
  "provider": "basic",
  "pulled_at": "string",
  "updated_at": "string",
  "url": "string"
}