ShallowTag
Minimal representation of a hashtag.
Example
{
"name": "nowplaying",
"url": "https://mastodon.social/tags/nowplaying"
}
Attributes
name
Description: The value of the hashtag after the # sign.
Type: String
Version history:
4.6.0 - added
url
Description: A link to the hashtag on the local server.
Type: String (URL)
Version history:
4.6.0 - added
See also
app/serializers/rest/shallow_tag_serializer.rbLast updated