PUT api/LocalizedValues/{id}
Updates a value
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the value |
integer |
Required |
Body Parameters
Value to set
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.