---
title: "Create a new tag definition."
method: POST
path: "/v2/tagdefinitions"
tags: ["TagDefinitions"]
---

# Create a new tag definition.

`POST /v2/tagdefinitions`

## Request body

- TagDefinitionModel
  - `id` integer — The ID of this record.
  - `color` string
  - `description` string
  - `name` string
  - `title` string

## Response `200`

A model representing the tag definition created.

- TagDefinitionModel
  - `id` integer — The ID of this record.
  - `color` string
  - `description` string
  - `name` string
  - `title` string

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `TagDefinitions_Post` removed and replaced with `post-tagdefinitions`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/tagdefinitions/post.md)

---

[API](https://skmtc.dev/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.dev/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/revisions/007c845adb89/schema)
