-
Notifications
You must be signed in to change notification settings - Fork 30
Add Share Book
legan_dary23 edited this page Jun 10, 2018
·
1 revision
POST /api/addShareBook
Add the book given the book share link to the user's booklist.
| Field | Data Type | Description |
|---|---|---|
| link | String | The shared link of the book. |
POST https://localhost:8080/api/addShareBook
{
"link": "1c85VcE5HSJmFHnk3kPlbCwOpVV1JL6dGvo5ZcMB8WJg"
}
{
"status": "success",
"message": null,
"data": null
}