v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBtags
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
Example response
{
"created": "2018-10-02T21:19:36.602019+00:00",
"last_modified": "2018-10-02T21:19:36.602019+00:00"
}