PUT api/font/subfamily
Request Information
URI Parameters
None.
Body Parameters
Collection of SubFamilyFont| Name | Description | Type | Additional information |
|---|---|---|---|
| sub_family_font_id | string |
None. |
|
| name_local | string |
Required Max length: 255 |
|
| name_global | string |
Required Max length: 255 |
|
| update_order | integer |
Required |
|
| recommend_order | integer |
Required |
|
| mark | string |
Max length: 10 |
|
| note | string |
Max length: 255 |
|
| is_disabled | string |
Required Max length: 1 |
|
| list | Collection of SubFamilyFontMapping |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"sub_family_font_id": "sample string 1",
"name_local": "sample string 2",
"name_global": "sample string 3",
"update_order": 4,
"recommend_order": 5,
"mark": "sample string 6",
"note": "sample string 7",
"is_disabled": "sample string 8",
"list": [
{
"font_id": "sample string 1"
},
{
"font_id": "sample string 1"
}
]
},
{
"sub_family_font_id": "sample string 1",
"name_local": "sample string 2",
"name_global": "sample string 3",
"update_order": 4,
"recommend_order": 5,
"mark": "sample string 6",
"note": "sample string 7",
"is_disabled": "sample string 8",
"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"
}