Upsert helm repository
POST/v1/api/cd/helm/repositories
Body parameters
Responses
| Parameter | Type | Description |
|---|---|---|
auth | object | Authentication configuration for the helm repository |
provider | string | — |
url | string | The 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"
}