Skala
Custom fields

Create a new custom field

Adds a new custom field record to the database.

POST
/api/custom_fields

Adds a new custom field record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new CustomField resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.skalasuite.com/api/custom_fields" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string",
  "isActive": true
}
Empty
Empty