Update Chart Repository Connection Using PUT
API code: UPDATE-CHART-REPOSITORY-CONNECTION
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
PUT
https://{api_host}/api/alp/v1/chart-repositories/{conn-id}
COPY
Path Parameters
string
conn-id
Required
Chart repository connection ID. It must be an UUID.
Request Body
Request to connect chart repository.
ChartRepositoryConnection
of type(s)
application/json
Optional
{
"accept_self_signed_ssl": false,
"auth_mode": "string",
"id": "string",
"token": "string",
"url": "string",
"username": "string"
}
Responses
200
OK
Returns
ChartRepositoryConnection
of type(s)
application/json
"ChartRepositoryConnection Object"
boolean
accept_self_signed_ssl
Optional
accept_self_signed_ssl
string
auth_mode
Optional
auth_mode
Possible values are :
ANONYMOUS,
BASIC,
string
id
Optional
id
string
token
Optional
token
string
url
Optional
url
string
username
Optional
username
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/alp/v1/chart-repositories/{conn-id}
On This Page
Chart Repositories Operations
GET
List Chart Repository Connections Using GET
POST
Create Chart Repository Connection Using POST
GET
Get Chart Repository Connection Using GET
PUT
Update Chart Repository Connection Using PUT
DELETE
Delete Chart Repository Connection Using DELETE
GET
Get Repository Apps Using GET