Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request body example

{
  "font": {
    "customer_name": "font",
    "system_name": "font",
    "link": "link"
  }
}

Success response body

{
  "id": 385,
  "customer_name": "font",
  "system_name": "font",
  "link": "link"
}

Params

Param name Description
font
required

Validations:

  • Must be a Hash

font[customer_name]
required

Name of font

Validations:

  • Must be a String

font[system_name]
required

System name of font

Validations:

  • Must be a String

font[link]
required

Link to font

Validations:

  • Must be a String