Skip to main content
POST
/
org
/
helm
/
registries
/
{registry_name}
/
sync
Sync Helm Registry Endpoint
import requests

url = "https://platform.ankra.app/org/helm/registries/{registry_name}/sync"

headers = {"Authorization": "Bearer <token>"}

response = requests.post(url, headers=headers)

print(response.text)
{
  "created_jobs": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

registry_name
string
required

Cookies

ankra_session
string | null
ankra_refresh
string | null

Response

Successful Response

created_jobs
integer
required