POST api/{version}/FlashCard/UpdateBookMarkToFlashCard?StudentCourseMaterialId={StudentCourseMaterialId}&FlashCardSetId={FlashCardSetId}&FlashCardId={FlashCardId}&IsBookMarked={IsBookMarked}
Update bookmark details for one flash card
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentCourseMaterialId | integer |
Required |
|
| FlashCardSetId | integer |
Required |
|
| FlashCardId | integer |
Required |
|
| IsBookMarked | boolean |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>