Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

POST (Create)

Rafael Carneiro de Moraes edited this page Dec 16, 2019 · 3 revisions
{
   "create": "your-table",
   "info": {
      "field1": "value1",
      "field2": "value2",
      "field3": "value3",
      ...
   }
}
  • A create request should have the all required fields from your table to work.
  • The values should be the same as a SQL's insert on your table, so lookup fields' value should be an ID.

Clone this wiki locally