POST api/SetDescription
Request Information
URI Parameters
None.
Body Parameters
Description| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"description": "sample string 2"
}
application/xml, text/xml
Sample:
<Description xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <description>sample string 2</description> <token>sample string 1</token> </Description>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.