Skip to content

Omit data and text from revisions.list response#32

Open
tommoor wants to merge 1 commit into
mainfrom
claude/peaceful-bohr-ssmejq
Open

Omit data and text from revisions.list response#32
tommoor wants to merge 1 commit into
mainfrom
claude/peaceful-bohr-ssmejq

Conversation

@tommoor

@tommoor tommoor commented Jul 1, 2026

Copy link
Copy Markdown
Member

Documents the change in outline/outline#12822: the /revisions.list endpoint no longer returns the data and text fields for each revision (they were dropped to reduce response size). Full revision content remains available via /revisions.info.

Changes

  • Removed data and text from the Revision schema — it now represents a listed revision.
  • Added a new RevisionDetail schema that extends Revision with the data and text fields.
  • Updated /revisions.info to respond with RevisionDetail.
  • Added a note to the /revisions.list description clarifying the omission and pointing to /revisions.info for full content.

Generated by Claude Code

The /revisions.list endpoint no longer returns the data and text
fields for each revision to reduce response size. Full content
remains available via /revisions.info.

Split the schema into Revision (list variant) and RevisionDetail
(info variant, extends Revision with data and text).
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.

2 participants