v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBchannels
Create a mirror
post/channels/{channel_name}/mirrors
Path parameters
channel_namestring required
Query parameters
task_manager_scheduleboolean
if true, schedule mirroring in task manager component
Request body
Example request
{
"source_root": "https://conda.anaconda.org/mewtwo",
"filters": {
"subdirs": [
"osx-64",
"linux-64",
"noarch"
],
"cve_score_threshold": 5.9,
"cve_score_exceptions": [
"CVE-2022-21372",
"CVE-2019-1348"
],
"projects": [
"numpy",
"pandas",
"scikit-learn"
],
"packages": [
"dplyr",
"MASS",
"RPostgres"
]
}
}Response
ok
Example response
{
"source_root": "https://conda.anaconda.org/mewtwo"
}