---
title: "Creates a new tags"
method: POST
path: "/tag"
tags: ["Tags"]
---

# Creates a new tags

`POST /tag`

## Request body

- Tag
  - `idTag` integer — Id Tag
  - `name` string — Name of the tag
  - `description` string, nullable — Description of the tag
  - `url` string, nullable — Url of the tag
  - `phone` string, nullable — Phone of the tag
  - `previousName` string, nullable — Previous name of the tag

## Response `200`

Tag object

- Tag
  - `idTag` integer — Id Tag
  - `name` string — Name of the tag
  - `description` string, nullable — Description of the tag
  - `url` string, nullable — Url of the tag
  - `phone` string, nullable — Phone of the tag
  - `previousName` string, nullable — Previous name of the tag

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pandorafms/apis/api-pandora-fms.md) · [All operations](https://skmtc.net/pandorafms/apis/api-pandora-fms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandorafms/api-pandora-fms/versions/f18688ffd894/schema)
