---
title: "创建组"
method: POST
path: "/inter-api/supos/group/"
tags: ["supos/group", "suposGroup"]
---

# 创建组

`POST /inter-api/supos/group/`

## Request body

- SaveGroupReq
  - `description` string
  - `id` string
  - `name` string
  - `sort` integer
  - `type` integer

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` JsonResult
    - `code` integer, required
    - `data` object, required
    - `msg` string, required
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
