Close apps in batches

Basic Information

This interface is mainly used to close applications in batches

请求路径

  1. POST /openapi/v1/teams/{team_id}/regions/{region_name}/apps/close

Body 请求体示例

  1. {
  2. "service_ids": [
  3. "string"
  4. ]
  5. }

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
region_namepathstringYesnone
bodybodyTeamAppsCloseSerializersnonone

return result

status codeStatus code meaningillustratedata model
201CreatedsuccessTeamAppsCloseSerializers

响应示例

  1. {
  2. "service_ids": [
  3. "string"
  4. ]
  5. }

Model

TeamAppsCloseSerializers

  1. {
  2. "service_ids": [
  3. "string"
  4. ]
  5. }

Attributes

nametyperequiredconstraintChinese nameillustrate
service_ids[string]falsenonenone