Skip to content

Commit

Permalink
Merge pull request #38 from tada-team/docs-update-custom-field-comment
Browse files Browse the repository at this point in the history
docs: update comment in ContactCustomFields struct for docs
  • Loading branch information
ergoz authored Oct 19, 2021
2 parents 3078e8e + b6af56b commit 7c8308e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.48.2
- update comment ADUid field in ContactCustomFields struct for docs

v.1.48.1
- added FileExtensionWhitelist, FileExtensionBlacklist and FileExtensionWhitelistPriority params in Features struct

Expand Down
2 changes: 1 addition & 1 deletion contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ type ContactCustomFields struct {
// Import source
Source string `json:"source,omitempty"`

// AD UID
// User UUID in Active Directory
ADUid string `json:"ad_uid,omitempty"`
}

Expand Down

0 comments on commit 7c8308e

Please sign in to comment.