---
title: "POST /openapi/v1/uns/create"
method: POST
path: "/openapi/v1/uns/create"
tags: ["openapi/v1/uns", "openapiV1Uns"]
---

# POST /openapi/v1/uns/create

`POST /openapi/v1/uns/create`

## Request body

- NodeCreateReq
  - `namespace` NamespaceNode[], required
    - `name` string, required
    - `type` string
    - `children` NamespaceNode[]
    - `topicType` string
    - `fields` SchemaField[]
      - `name` string, required
      - `type` string, required
      - `unit` string
    - `description` string
    - `displayName` string
    - `extendProperties` object
    - `alias` string
    - `enableHistory` boolean

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string
  - `data` CreateResp
    - `success` boolean, required
    - `results` OpenapiCreateResult[], required
      - `success` boolean, required
      - `topic` string, required
      - `error` OpenapiItemError
        - `code` integer, required
        - `message` string, required

---

[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/e5f616b215c8/schema)
