Skip to main content

Check if helm registry is valid

POST 

/v1/registries/helm/validate

Returns no contents if helm registry is valid else error.

Request

Body

required

    auth

    object

    required

    Auth credentials of the registry

    passwordpassword
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    endpointstringrequired
    isPrivateboolean
    namestring
    scopestring

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...