POST api/PostAssets?title={title}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
Required |
Body Parameters
TextDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LongText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LongText": "sample string 1"
}
application/xml, text/xml
Sample:
<AssetsController.TextDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aigame.Controllers"> <LongText>sample string 1</LongText> </AssetsController.TextDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.