POST ev/configurations/edit

Request Information

URI Parameters

None.

Body Parameters

Collection of Configuration
NameDescriptionTypeAdditional information
Key

string

None.

Label

string

None.

Value

string

None.

Editable

boolean

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Label": "sample string 2",
    "Value": "sample string 3",
    "Editable": true,
    "Type": "sample string 5"
  },
  {
    "Key": "sample string 1",
    "Label": "sample string 2",
    "Value": "sample string 3",
    "Editable": true,
    "Type": "sample string 5"
  }
]

Response Information

Resource Description

None.