PUT api/font/feature

Request Information

URI Parameters

None.

Body Parameters

Collection of FontAttributeFeature
NameDescriptionTypeAdditional information
feature_id

integer

None.

name_cht

string

Required

Max length: 32

name_chs

string

Required

Max length: 32

name_eng

string

Required

Max length: 32

name_jpn

string

Required

Max length: 32

list

Collection of FontFeatureMapping

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "feature_id": 1,
    "name_cht": "sample string 2",
    "name_chs": "sample string 3",
    "name_eng": "sample string 4",
    "name_jpn": "sample string 5",
    "list": [
      {
        "font_id": "sample string 1"
      },
      {
        "font_id": "sample string 1"
      }
    ]
  },
  {
    "feature_id": 1,
    "name_cht": "sample string 2",
    "name_chs": "sample string 3",
    "name_eng": "sample string 4",
    "name_jpn": "sample string 5",
    "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
NameDescriptionTypeAdditional information
msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1"
}