PUT api/font/fileformat
Request Information
URI Parameters
None.
Body Parameters
Collection of FontAttributeFileFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| file_format_id | integer |
None. |
|
| name | string |
Required Max length: 10 |
Request Formats
application/json, text/json
Sample:
[
{
"file_format_id": 1,
"name": "sample string 2"
},
{
"file_format_id": 1,
"name": "sample string 2"
}
]
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"
}