---
title: "POST /config/statustype"
method: POST
path: "/config/statustype"
---

# POST /config/statustype

`POST /config/statustype`

Create a new status

## Request body

- StatusIn
  - `name` string, required
  - `description` string
  - `category` integer, required — | Name | Value | Color | | ---- | ----- | ----- | | ACTIVE | 1 | Green | | INACTIVE | 0 | Red | | PENDING | 2 | Yellow |
  - `objectSchemaId` string

## Response `201`

- Status — An Assets status type that can be associated with objects
  - `id` string, required
  - `name` string, required
  - `description` string
  - `category` integer, required — | Name | Value | Color | | ---- | ----- | ----- | | ACTIVE | 1 | Green | | INACTIVE | 0 | Red | | PENDING | 2 | Yellow |
  - `objectSchemaId` string

## Other responses

- `400` — The system cannot fulfill the request due to validation errors. See the response body for more details.
- `401` — Client must be authenticated to access this resource.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.dev/atlassian/apis/rest.md) · [All operations](https://skmtc.dev/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/rest/revisions/07137e668210/schema)
