Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Paste code macro
languagehttp
themeSunburst
POST https://{lake_id${CloudVendor}.${CountryCode}.machlake.com/lakes/${lake_id}/tags
 
{
    "tag" : [["{tag_name}", {additional value 1}, "{additional value 2}"], [ second tag values ], ...]
}

...

Paste code macro
languagejson
themeSunburst
POST https://lake01${CloudVendor}.${CountryCode}.machlake.com/lakes/${lake_id}/tags

{
    "tag" : [["newtag01"], ["newtag02"]]
}

...