tags

The tags object is used to located text within double curly brackets {{key}} on a slide level and replace with the provided value.

JSON payload

"tags": [
  {
    "key": "<string>",
    "value": "<string>"
  },
  {
    "key": "<string>",
    "value": "<string>"
  }
]

Last updated