Create a variable
Creates a new variable. The `key` must be unique per site and locale, and is used to reference the variable in templates.
POST
/variablesBase URL
https://api.lynkow.com/v1Request bodyrequired
keystringrequiredRequired. 1-100 characters
typeenumResource type. One of: text, calendar
One of:
textcalendarlabelstringrequiredRequired. 1-255 characters
valuestringrequiredRequired. Amount value. 1-100000 characters
localestringBCP 47 locale code (e.g. "en", "fr")
descriptionstringDescription text. Max 500 characters