PUT api/Versiyon/Guncelle/{id}
Gönderilen uygulama versiyona ait bilgileri günceller.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Uygulama Versiyon ID |
integer |
Required |
Body Parameters
Versiyon bilgileri
VersiyonIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| Major |
Major |
integer |
None. |
| Minor |
Minor |
integer |
None. |
| Build |
Build |
integer |
None. |
| Revision |
Revision |
integer |
None. |
| Hash |
Güvenlik HASH |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"major": 1,
"minor": 2,
"build": 3,
"revision": 4,
"hash": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.