Create Content
In this example, we will create content. The endpoint requires a workspace ID and table ID. In addition, the name of the field(s) and value(s) that you wish to create.
Update Existing Content
To update an existing record, the content ID (primary ID of the record) is also required. In this example, we will update the price from the above example to be 500The Metadata is flexible with updates: We only need to pass what we want to update. For example, if we want all the other fields to remain the same for ID 11 but want to update price then we can just pass the new value for price.

Delete Content
Deleting content is straightforward, it requires the content ID, table ID, and workspace ID.
Truncate Content
Truncate content will clear all the content of a table. You can optionally reset the primary key back to 1 for the table.
This action cannot be done and will result in the loss of content (records).