Skip to content

adding read only boolean to list entry in org#160

Merged
duharry0915 merged 1 commit into
mainfrom
updateListReadOnly
May 21, 2026
Merged

adding read only boolean to list entry in org#160
duharry0915 merged 1 commit into
mainfrom
updateListReadOnly

Conversation

@duharry0915
Copy link
Copy Markdown
Collaborator

@duharry0915 duharry0915 commented May 21, 2026

Summary by cubic

Adds an optional read_only boolean to ListEntry (via ListEntryBase) to mark entries that cannot be deleted through the API. This is non-breaking; clients will see the new field after SDK regeneration.

Written for commit f050140. Summary will update on new commits. Review in cubic

@duharry0915 duharry0915 merged commit 2d97849 into main May 21, 2026
5 checks passed
@github-actions
Copy link
Copy Markdown

✨ API Changes

# API Changelog n/a vs. n/a


## API Changes

### GET /v0/inboxes/{inbox_id}/lists/{direction}/{type}
-  added the optional property `entries/items/allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### POST /v0/inboxes/{inbox_id}/lists/{direction}/{type}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### GET /v0/inboxes/{inbox_id}/lists/{direction}/{type}/{entry}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### GET /v0/lists/{direction}/{type}
-  added the optional property `entries/items/allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### POST /v0/lists/{direction}/{type}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### GET /v0/lists/{direction}/{type}/{entry}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### GET /v0/pods/{pod_id}/lists/{direction}/{type}
-  added the optional property `entries/items/allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### POST /v0/pods/{pod_id}/lists/{direction}/{type}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status


### GET /v0/pods/{pod_id}/lists/{direction}/{type}/{entry}
-  added the optional property `allOf[subschema #1: ListEntryBase]/read_only` to the response with the `200` status

💡 Download api-changelog-diff artifact or tag @fern Writer in #github-prs for changelog.

@github-actions
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant