-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjson
More file actions
46 lines (38 loc) · 688 Bytes
/
json
File metadata and controls
46 lines (38 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"data": {
"type": "users",
"attributes": {
"name": "leo",
"email": "leo@leog.in",
"is_active": "true"
"role":"admin",
}
}
}
{
"data": {
"type": "roles",
"attributes": {
"name": "admin6"
}
}
}
{
"data": {
"type": "languages",
"attributes": {
"language_code": "leo",
"language_name": "spanish",
"dir":"ltr",
}
}
}
"data": {
"type": "users",
"attributes": {
firstname: this.personFirstName,
lastname:this.personLastName,
dob:this.personDob,
zipcode:this.zipCode
}
}