PUT api/font/property

Request Information

URI Parameters

None.

Body Parameters

Collection of FontAttributeProperty
NameDescriptionTypeAdditional information
property_id

integer

None.

name

string

Required

Max length: 32

list

Collection of FontPropertyMapping

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "property_id": 1,
    "name": "sample string 2",
    "list": [
      {
        "font_id": "sample string 1"
      },
      {
        "font_id": "sample string 1"
      }
    ]
  },
  {
    "property_id": 1,
    "name": "sample string 2",
    "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"
}