Skip to main content

Close apps in batches

Basic Information

This interface is mainly used to close applications in batches

请求路径
POST /openapi/v1/teams/{team_id}/regions/{region_name}/apps/close
Body 请求体示例
{
"service_ids": [
"string"
]
}

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
region_namepathstringYesnone
bodybodyTeamAppsCloseSerializersnonone

return result

status codeStatus code meaningillustratedata model
201CreatedsuccessTeamAppsCloseSerializers
响应示例
{
"service_ids": [
"string"
]
}

Model

TeamAppsCloseSerializers

{
"service_ids": [
"string"
]
}

Attributes

nametyperequiredconstraintChinese nameillustrate
service_ids[string]falsenonenone