PUT api/LiteralIntern/UpdateLiteralIntern

Documentation for 'UpdateLiteralIntern'.

Request Information

Parameters

NameDescriptionAdditional information
literals
Documentation for 'literals'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "language": "sample string 1",
    "value": "sample string 2",
    "id": 3
  },
  {
    "language": "sample string 1",
    "value": "sample string 2",
    "id": 3
  },
  {
    "language": "sample string 1",
    "value": "sample string 2",
    "id": 3
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.