PUT api/update/update-version/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateVersionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| ApkUrl | string |
None. |
|
| Changelog | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"ApkUrl": "sample string 2",
"Changelog": "sample string 3",
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.