PUT api/font/emotion
Request Information
URI Parameters
None.
Body Parameters
Collection of FontAttributeEmotion| Name | Description | Type | Additional information |
|---|---|---|---|
| emotion_id | integer |
None. |
|
| name_cht | string |
Required Max length: 32 |
|
| name_chs | string |
Required Max length: 32 |
|
| name_eng | string |
Required Max length: 32 |
|
| name_jpn | string |
Required Max length: 32 |
|
| list | Collection of FontEmotionMapping |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"emotion_id": 1,
"name_cht": "sample string 2",
"name_chs": "sample string 3",
"name_eng": "sample string 4",
"name_jpn": "sample string 5",
"list": [
{
"font_id": "sample string 1"
},
{
"font_id": "sample string 1"
}
]
},
{
"emotion_id": 1,
"name_cht": "sample string 2",
"name_chs": "sample string 3",
"name_eng": "sample string 4",
"name_jpn": "sample string 5",
"list": [
{
"font_id": "sample string 1"
},
{
"font_id": "sample string 1"
}
]
}
]
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"
}