PUT v1/{instance}/{session}/metadata/system-status
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
instance | No documentation available. |
Define this parameter in the request URI. |
statusMsg | 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:
{ "statusClass": "sample string 1", "statusHtml": "sample string 2" }
application/xml, text/xml
Sample:
<StatusMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAS.Models.ViewModels"> <statusClass>sample string 1</statusClass> <statusHtml>sample string 2</statusHtml> </StatusMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.