PUT api/Versiyon/Guncelle/{id}

Gönderilen uygulama versiyona ait bilgileri günceller.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Uygulama Versiyon ID

integer

Required

Body Parameters

Versiyon bilgileri

VersiyonIstek
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VersiyonIstek'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.