access-token: ********************{
"name": "Linux镜像组(更新)",
"disabled": true,
"datacenters": [
{
"id": 1
}
]
}curl --location --request PUT '/admin/imagegroups/' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Linux镜像组(更新)",
"disabled": true,
"datacenters": [
{
"id": 1
}
]
}'{
"success": true
}