---
title: The Tag MAPI Object
description: This is an object for POST and PUT tags requests.
url: https://storyblok.com/docs/api/management/internal-tags/the-tag-mapi-object
---

# The Tag MAPI Object

This is an object for POST and PUT tags requests.

## Properties

-   `name` (string)
    
    Name of the tag
    

Example Object

```json
{
"tag": {
  "name": "Editor's Choice"
}
}
```

## Pagination

-   [Previous: The Internal Tag Object](/docs/api/management/internal-tags/the-internal-tag-object)
-   [Next: Update an Internal Tag](/docs/api/management/internal-tags/update-an-internal-tag)
