Tags

Show all tags for the given media

get
Authorizations
AuthorizationstringRequired
Path parameters
media_idinteger · int64Required

The ID of the media.

Responses
get
/media/{media_id}/tags

Create a new tag for the given media

post
Authorizations
AuthorizationstringRequired
Path parameters
media_idinteger · int64Required

The ID of the media.

Query parameters
namestringRequired

The name of the tag.

Responses
post
/media/{media_id}/tags

Delete a tag by its id

delete
Authorizations
AuthorizationstringRequired
Path parameters
media_idinteger · int64Required

The ID of the media.

tag_idinteger · int64Required

The ID of the tag.

Responses
200

The media tag has been deleted.

No content

delete
/media/{media_id}/tags/{tag_id}

No content

Last updated

Was this helpful?