From f0501403c6602070e79b067c11fd6d7e3bfbdc3b Mon Sep 17 00:00:00 2001 From: duharry0915 Date: Thu, 21 May 2026 14:13:36 -0700 Subject: [PATCH] adding read only boolean to list entry in org --- fern/definition/lists.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/definition/lists.yml b/fern/definition/lists.yml index 10245c9..f8d957e 100644 --- a/fern/definition/lists.yml +++ b/fern/definition/lists.yml @@ -38,6 +38,9 @@ types: created_at: type: datetime docs: Time at which entry was created. + read_only: + type: optional + docs: Whether the entry is read-only and cannot be deleted via the API. ListEntry: extends: ListEntryBase