PUT api/v2/words/updateword
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vm | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"lang": "sample string 1",
"word": "sample string 2",
"d": 3,
"l": 1,
"ts": "sample string 4",
"graph": true
}
application/xml, text/xml
Sample:
<UpdateWordViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TutorleWeb.Controllers.API.v2"> <d>3</d> <graph>true</graph> <l>1</l> <lang>sample string 1</lang> <ts>sample string 4</ts> <word>sample string 2</word> </UpdateWordViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.