Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/data-modeling/objects.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -81,7 +81,7 @@ enable: {
trackHistory: true, // Field history tracking for audit
searchable: true, // Include in global search index
apiEnabled: true, // Expose object via automatic APIs (REST)
apiMethods: ['get', 'list', 'create', 'update', 'delete'],
apiMethods: ['get', 'list', 'create', 'update', 'delete', 'bulk'],
files: true, // File attachments
feeds: true, // Activity feed and comments
activities: true, // Tasks and events tracking
Expand Down
Loading