GET localhost/api/admin/tag
GET localhost/api/admin/tag/1
POST localhost/api/admin/tag
{
"id": "0",
"name": "Documentary"
}
returns the new record
PUT localhost/api/admin/tag
{
"id": "0",
"name": "News"
}
returns the updated record
DELETE localhost/api/admin/tag
returns 1 if deleted, 0 if no record with this id
GET localhost/api/admin/tag/populate
GET localhost/api/admin/tag/videos/1 => array of videos