2.1.1 Tag object
Represents a search tag.
Tags are single-word, lower case strings with a maximum length of 30 characters. Tags never contain spaces.
Example
{
"value": "geography"
}
Fields
Field | Type | Description |
---|---|---|
value required |
String | The actual value of the tag. Example value: geography |
Last updated on