---
title: "Create a new type"
method: POST
path: "/types"
---

# Create a new type

`POST /types`

## Request body

- NewType
  - `icon` string
  - `plural` string, required
  - `schema` object, required
  - `singular` string, required

## Response `200`

Types created

- Type
  - `id` string, required
  - `icon` string
  - `plural` string, required
  - `schema` object, required
  - `singular` string, required
  - `created` string, date-time, required
  - `updated` string, date-time, required

---

[API](https://skmtc.net/securitybrewery/apis/ticketing-system-api.md) · [All operations](https://skmtc.net/securitybrewery/apis/ticketing-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/securitybrewery/ticketing-system-api/versions/28a6c264857c/schema)
