Adding and Removing Free Items from Library #118
Mbucari
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
@Mbucari |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You may add free items (Audible Plus books, podcast episodes, podcast series, etc) to your library using the following requestPUT /1.0/library/item
EDIT* Never mind. I see you already had this in your wiki!
And you may delete free items from your library using the following request
DELETE /item/[asin]/default_iphone_loan_id
For both requests, success is indicated with the following response body
Beta Was this translation helpful? Give feedback.
All reactions