PUT api/v2/daqs/{daqId}/configs/{daqConfigId}

Request

URI Parameters

NameDescriptionTypeAdditional information
daqId

integer

Required

daqConfigId

integer

Required

Body Parameters

DAQConfigUpdate
NameDescriptionTypeAdditional 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

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.