POST api/v2/daqs/{daqId}/configs
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
daqId | integer |
Required |
Body Parameters
DAQConfigNewName | Description | Type | Additional information |
---|---|---|---|
Config | string | ||
Value | string |
Request Formats
application/json, text/json
Sample:
{ "Config": "sample string 1", "Value": "sample string 2" }
text/html
Sample:
{"Config":"sample string 1","Value":"sample string 2"}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1