Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-01 09:21:49 +00:00
parent 612fc2de62
commit 149807a75c
20 changed files with 954 additions and 952 deletions

View File

@@ -99,6 +99,8 @@ type CountResponse struct {
}
type CreateRequest struct {
// optional record id to use
Id string `json:"id"`
// JSON encoded record or records (can be array or object)
Record map[string]interface{} `json:"record"`
// Optional table name. Defaults to 'default'