Could u help with one issue. I have no idea what should be in body params in post method "Add Favorite"
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de robbie3999
pe data de 23 iunie 2023 la ora 9:48 AM
Hi @Az1myut, for the docs pages that require body json as input, you can find example input by looking on the right hand side of the page in the "Try It!" code box. Select "Examples" then "Request Example", and the code will be expanded to include an example of what the input body json should look like.
Răspuns de Omar
pe data de 3 mai 2024 la ora 4:50 AM
the body params : { "media_id": 763215, "media_type": "movie", "favorite": true }
Răspuns de ievhenii
pe data de 8 iulie 2024 la ora 4:12 PM
Could you pls share the api documentation on this? I mean how to add to watchList or a custom list.