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