v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
tags

Create a tag associated with a given site

post/v2/sites/{site_id}/tags/

Path parameters

site_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the site

Request body

Example request

{
  "metadata": {
    "name": "my tag name"
  }
}

Response

Resource successfully created

createdstring date-time

Original creation date and time in ISO 8601 format

last_modifiedstring date-time

Last original modification date and time in ISO 8601 format

idstring

Example response

{
  "created": "2018-10-02T21:19:36.602019+00:00",
  "last_modified": "2018-10-02T21:19:36.602019+00:00"
}