PUT api/v2/daqs/{daqId}/configs/{daqConfigId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
daqId | integer |
Required |
|
daqConfigId | integer |
Required |
Body Parameters
DAQConfigUpdateName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Config | string | ||
Value | string |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Config": "sample string 2", "Value": "sample string 3" }
text/html
Sample:
{"Id":1,"Config":"sample string 2","Value":"sample string 3"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.