PUT api/AppVersions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
AppVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| VersionUid | string |
None. |
|
| VersionNumber | string |
None. |
|
| VersionDate | date |
None. |
|
| VersionNotes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VersionUid": "sample string 1",
"VersionNumber": "sample string 2",
"VersionDate": "2026-01-26T21:18:57.8115527+13:00",
"VersionNotes": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.