PUT api/LoserQuotes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LoserQuotes| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| quote | string |
String length: inclusive between 0 and 255 |
|
| orderby | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"quote": "sample string 2",
"orderby": 1
}
application/xml, text/xml
Sample:
<LoserQuotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <id>1</id> <orderby>1</orderby> <quote>sample string 2</quote> </LoserQuotes>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.