v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Entities

Add a field to an entity

post/entities/:entity/fields

Path parameters

entitystring required

Name of the entity in which the field will be added

Request body

object required

Field object to add

Example request

{
  "name": "updated_at",
  "type": "date",
  "required": true
}

Response

Success