Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ fonts: [ { "id": 385, "customer_name": "font", "system_name": "font", "link": "link" }, ... ], meta: { "total_count": 3 } }
Param name | Description |
---|---|
sort_to
optional |
Sort fonts by customer_name Validations:
|
page
optional |
Validations:
|
per_page
optional |
Validations:
|
Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "font": { "customer_name": "font", "system_name": "font", "link": "link" } }
{ "id": 385, "customer_name": "font", "system_name": "font", "link": "link" }
Param name | Description |
---|---|
font
required |
Validations:
|
font[customer_name]
required |
Name of font Validations:
|
font[system_name]
required |
System name of font Validations:
|
font[link]
required |
Link to font Validations:
|
Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "font": { "customer_name": "updated font", "system_name": "updated font", "link": "updated link" } }
{ "id": 385, "customer_name": "updated font", "system_name": "updated font", "link": "updated link" }
Param name | Description |
---|---|
id
required |
Font ID Validations:
|
font
required |
Validations:
|
font[customer_name]
required |
Name of font Validations:
|
font[system_name]
required |
System name of font Validations:
|
font[link]
required |
Link to font Validations:
|
Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ success: true }
Param name | Description |
---|---|
id
required |
Font ID Validations:
|