---
title: "Create Tag"
method: POST
path: "/tag"
tags: ["Tag"]
---

# Create Tag

`POST /tag`

Create a new tag

## Query parameters

- `select` string

## Request body

- Tag
  - `id` string, uuid
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone
  - `organisation_id` string, uuid
  - `name` string, text
  - `description` string, text, nullable
  - `color` string, text

## Response `200`

The updated Tag object

- Tag
  - `id` string, uuid
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone
  - `organisation_id` string, uuid
  - `name` string, text
  - `description` string, text, nullable
  - `color` string, text

## Other responses

- `201` — The Tag was created
- `204` — No Content

---

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