You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ The following actions are supported:
40
40
41
41
## Domains
42
42
43
-
Domains are used to group users and clients. Each domain has a unique topic that is associated with the domain. Domains are used to group users and their entities.
43
+
Domains are used to group users and clients. Each domain has a unique route that is associated with the domain. Domains are used to group users and their entities.
44
44
45
45
Domain consists of the following fields:
46
46
47
47
- ID - UUID uniquely representing domain
48
48
- Name - name of the domain
49
49
- Tags - array of tags
50
50
- Metadata - Arbitrary, object-encoded domain's data
51
-
-Topic - unique topic of the domain
51
+
-Route - unique route of the domain used in messaging
52
52
- CreatedAt - timestamp at which the domain is created
53
53
- UpdatedAt - timestamp at which the domain is updated
0 commit comments