Skip to content

Commit

Permalink
Update the response models for createUser and updateUser to reflect i…
Browse files Browse the repository at this point in the history
…nclusion of `legalAcceptedAt`
  • Loading branch information
NWylynko committed Dec 19, 2024
1 parent 145c59e commit e7220a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/references/backend/user/create-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ _User {
externalAccounts: [],
samlAccounts: [],
lastActiveAt: null,
createOrganizationEnabled: true
createOrganizationEnabled: true,
legalAcceptedAt: null
}
*/
```
Expand Down
3 changes: 2 additions & 1 deletion docs/references/backend/user/update-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ _User {
],
samlAccounts: [],
lastActiveAt: 1720205704451,
createOrganizationEnabled: true
createOrganizationEnabled: true,
legalAcceptedAt: null
}
*/
```
Expand Down

0 comments on commit e7220a9

Please sign in to comment.