Skip to content

Commit becf56f

Browse files
authored
Update basic-usage-database.md
1 parent 210247e commit becf56f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

website/docs/basic-usage-database.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22
id: basic-usage-database
33
title: Database
44
---
5-
...
5+
...
6+
7+
Example of submit data
8+
```
9+
Post API: '/api/v1/rest/en-us/attribute-set-data/client'
10+
11+
Data JSON:
12+
{
13+
"attributeSetName": "subscriber",
14+
"obj": {
15+
"id": null,
16+
"email": "asdf@sadf.asdf"
17+
}
18+
}
19+
```

0 commit comments

Comments
 (0)