PUT api/LiteralWebshop/UpdateLiteral
Documentation for 'UpdateLiteral'.
Request Information
Parameters
| Name | Description | Additional 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.