diff --git a/content/docs/data-modeling/objects.mdx b/content/docs/data-modeling/objects.mdx index 06ea4cbaaf..90161bd922 100644 --- a/content/docs/data-modeling/objects.mdx +++ b/content/docs/data-modeling/objects.mdx @@ -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