PUT api/Comment/{id}
Documentation for 'Put'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
| comment | Documentation for 'comment'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"text": "sample string 1"
}
application/xml, text/xml
Sample:
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDS.API.Controllers"> <text>sample string 1</text> </Comment>
application/x-www-form-urlencoded
Sample: