PUT v1/{instance}/{session}/versions/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
instance | No documentation available. |
Define this parameter in the request URI. |
id | No documentation available. |
Define this parameter in the request URI. |
Version | No documentation available. |
Define this parameter in the request body. |
session | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "ID": 1, "Version": "sample string 2", "ReleaseDate": "2024-10-31T03:23:08.4532517+00:00", "ReleaseNotes": "sample string 4", "Active": true }
application/xml, text/xml
Sample:
<LASVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAS.Models.ViewModels"> <Active>true</Active> <ID>1</ID> <ReleaseDate>2024-10-31T03:23:08.4532517+00:00</ReleaseDate> <ReleaseNotes>sample string 4</ReleaseNotes> <Version>sample string 2</Version> </LASVersion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.