PUT api/SMSConfig/Update

Documentation for 'Update'.

Request Information

Parameters

NameDescriptionAdditional information
configs
Documentation for 'configs'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "key": "sample string 1",
    "value": "sample string 2",
    "booleanValue": true,
    "id": 4
  },
  {
    "key": "sample string 1",
    "value": "sample string 2",
    "booleanValue": true,
    "id": 4
  },
  {
    "key": "sample string 1",
    "value": "sample string 2",
    "booleanValue": true,
    "id": 4
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.