Document and manage account-related information and updates
Name | Type | Options | Comments |
---|---|---|---|
Account ID | string | Required | Associated account identifier |
Content | string | Required | Main content of the note |
Name | Type | Options | Comments |
---|---|---|---|
Type | string | Optional | Note type reference |
Visibility | enum | Optional | Access control (PUBLIC, PRIVATE, TEAM) |
Attachment URLs | array | Optional | List of attachment URLs |
Name | Type | Options | Comments |
---|---|---|---|
Note ID | string | Auto-generated | Unique identifier for the note |
UID | string | Auto-generated | Unique identifier (ULID) |
Is Active | boolean | Default: true | Note’s active status |
Author ID | string | Auto-populated | User who created the note |
Created At | timestamp | Auto-populated | Creation timestamp |
Updated At | timestamp | Auto-populated | Last update timestamp |
Deleted At | timestamp | Optional | Soft delete timestamp |
Creation
Management
Collaboration
id
: Unique identifier for the noteaccount
: Name of the associated accountauthor
: Name of the note creatorauthorId
: ID of the creatorauthorEmail
: Email of the creatorcreatedAt
: Creation timestampupdatedAt
: Last update timestampNote management