Last updated 1 day ago
Was this helpful?
The ID of the media.
GET /api/public/v1/media/{media_id}/tags HTTP/1.1 Host: tw.instructuremedia.com Authorization: YOUR_API_KEY Accept: */*
The tag object(s) for the given media.
{ "tags": [ { "id": 1, "name": "text" } ] }
The name of the tag.
POST /api/public/v1/media/{media_id}/tags HTTP/1.1 Host: tw.instructuremedia.com Authorization: YOUR_API_KEY Accept: */*
The tag object that was created.
{ "tag": { "id": 1, "name": "text" } }
The ID of the tag.
DELETE /api/public/v1/media/{media_id}/tags/{tag_id} HTTP/1.1 Host: tw.instructuremedia.com Authorization: YOUR_API_KEY Accept: */*
The media tag has been deleted.
No content