POST api/font/fileformat
Request Information
URI Parameters
None.
Body Parameters
AddFontAttributeFileFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required Max length: 10 |
Request Formats
application/json, text/json
Sample:
{
"name": "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"
}