Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates new link categories. Link categories are automatically assigned to a link via a regex pattern.
The link categories group together different links for statistical purposes and can be used to trigger automated processes when a link of a certain category is clicked.
The name and pattern are mandatory inputs for the category. The ID is automatically assigned by the system.

Available from

v1

Request path

POST [REST URL]/meta/createLinkCategories

Request Body Type

list of LinkCategory categories

Example body

[{
"id": "",
"name": "TestApi",
"description" : "Rest Api Call",
"pattern": "TestAp[i]"
}]


  • No labels