POST api/CryptoLearn/v1/CheckUpdates
Request Information
URI Parameters
None.
Body Parameters
LessonUpdateCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientTimeStamp | integer |
None. |
|
| LessonCount | integer |
None. |
|
| language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientTimeStamp": 1,
"LessonCount": 2,
"language": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LessonUpdateStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Update | integer |
None. |
|
| UpdateCode | integer |
None. |
|
| UpdateStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Update": 1,
"UpdateCode": 2,
"UpdateStatus": "sample string 3"
}