/meta/createLinkCategories
  • 1 Minute to read
  • Dark
    Light

/meta/createLinkCategories

  • Dark
    Light

Article summary

Post
/meta/createLinkCategories

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
Request body example:

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

Body parameters
Array of object
object
id
integer (int64)
name
string
description
string
pattern
string
Responses
204
400

Was this article helpful?