Add a Tag to the content system

Adds a content Tag to the system so it can then be applied to content items

Method

/API2/content/addTag

  • API Section: /API2/content
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

tagData

Object Type

Description

The tag object used to capture a tag's settings.

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Generic API response object with success or failure flag and related messages.

Notes

Tags need to be added to the system first before applying them to items. Use this method to add them, then use 'addTagToItem' to apply to a content item.

Examples