Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 383 Bytes

trakt-movie.md

File metadata and controls

25 lines (17 loc) · 383 Bytes

Trakt Movie

Structure

TraktMovie

Fields

Name Type Tags Description
title string Optional -
year int Optional -
ids TraktMovieId Optional -

Example (as JSON)

{
  "title": null,
  "year": null,
  "ids": null
}