PUT api/font/family

Request Information

URI Parameters

None.

Body Parameters

Collection of FamilyFont
NameDescriptionTypeAdditional information
family_font_id

string

None.

pic_filepath

string

Required

Max length: 255

pdf_filepath

string

Required

Max length: 255

name_eng

string

Required

Max length: 255

name_cht

string

Required

Max length: 255

name_chs

string

Required

Max length: 255

name_jpn

string

Required

Max length: 255

desc_cht

string

Required

Max length: 1000

desc_chs

string

Required

Max length: 1000

desc_eng

string

Required

Max length: 1000

desc_jpn

string

Required

Max length: 1000

is_disabled

string

Required

Max length: 1

name_local

string

Required

Max length: 255

name_global

string

Required

Max length: 255

update_order

integer

Required

recommend_order

integer

Required

mark

string

Required

Max length: 10

list

Collection of FamilyFontMapping

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "family_font_id": "sample string 1",
    "pic_filepath": "sample string 2",
    "pdf_filepath": "sample string 3",
    "name_eng": "sample string 4",
    "name_cht": "sample string 5",
    "name_chs": "sample string 6",
    "name_jpn": "sample string 7",
    "desc_cht": "sample string 8",
    "desc_chs": "sample string 9",
    "desc_eng": "sample string 10",
    "desc_jpn": "sample string 11",
    "is_disabled": "sample string 12",
    "name_local": "sample string 13",
    "name_global": "sample string 14",
    "update_order": 15,
    "recommend_order": 16,
    "mark": "sample string 17",
    "list": [
      {
        "font_id": "sample string 1"
      },
      {
        "font_id": "sample string 1"
      }
    ]
  },
  {
    "family_font_id": "sample string 1",
    "pic_filepath": "sample string 2",
    "pdf_filepath": "sample string 3",
    "name_eng": "sample string 4",
    "name_cht": "sample string 5",
    "name_chs": "sample string 6",
    "name_jpn": "sample string 7",
    "desc_cht": "sample string 8",
    "desc_chs": "sample string 9",
    "desc_eng": "sample string 10",
    "desc_jpn": "sample string 11",
    "is_disabled": "sample string 12",
    "name_local": "sample string 13",
    "name_global": "sample string 14",
    "update_order": 15,
    "recommend_order": 16,
    "mark": "sample string 17",
    "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"
}