POST api/font/property
Request Information
URI Parameters
None.
Body Parameters
AddFontAttributeProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required Max length: 32 |
|
| list | Collection of FontPropertyMapping |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"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"
}