PUT api/Newfont
Request Information
URI Parameters
None.
Body Parameters
NewFont| Name | Description | Type | Additional information |
|---|---|---|---|
| new_font_id | integer |
None. |
|
| name_local | string |
Required Max length: 32 |
|
| name_global | string |
Required Max length: 32 |
|
| pic_filepath_cht | string |
Required Max length: 255 |
|
| pic_filepath_chs | string |
Required Max length: 255 |
|
| pic_filepath_eng | string |
Required Max length: 255 |
|
| pic_filepath_jpn | string |
Required Max length: 255 |
|
| link_cht | string |
Required Max length: 255 |
|
| link_chs | string |
Required Max length: 255 |
|
| link_eng | string |
Required Max length: 255 |
|
| link_jpn | string |
Required Max length: 255 |
|
| create_date | string |
None. |
|
| update_date | string |
None. |
|
| priority | string |
None. |
|
| is_disabled | string |
Required Max length: 1 |
Request Formats
application/json, text/json
Sample:
{
"new_font_id": 1,
"name_local": "sample string 2",
"name_global": "sample string 3",
"pic_filepath_cht": "sample string 4",
"pic_filepath_chs": "sample string 5",
"pic_filepath_eng": "sample string 6",
"pic_filepath_jpn": "sample string 7",
"link_cht": "sample string 8",
"link_chs": "sample string 9",
"link_eng": "sample string 10",
"link_jpn": "sample string 11",
"create_date": "sample string 12",
"update_date": "sample string 13",
"priority": "sample string 14",
"is_disabled": "sample string 15"
}
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"
}