mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-21 06:25:08 +00:00
Commit from m3o/m3o action
This commit is contained in:
12
curl/db/create/createARecord.sh
Executable file
12
curl/db/create/createARecord.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
curl "https://api.m3o.com/v1/db/Create" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"record": {
|
||||
"age": 42,
|
||||
"id": "1",
|
||||
"isActive": true,
|
||||
"name": "Jane"
|
||||
},
|
||||
"table": "users"
|
||||
}'
|
||||
Reference in New Issue
Block a user