PUT api/font/charsetshow
Request Information
URI Parameters
None.
Body Parameters
Collection of FontAttributeCharsetShow| Name | Description | Type | Additional information |
|---|---|---|---|
| show_id | integer |
None. |
|
| show_type | string |
None. |
|
| show_content | string |
Required Max length: 255 |
Request Formats
application/json, text/json
Sample:
[
{
"show_id": 1,
"show_type": "sample string 2",
"show_content": "sample string 3"
},
{
"show_id": 1,
"show_type": "sample string 2",
"show_content": "sample string 3"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1"
}