Skip to content

Document collections.list filters DSL and Document deletedBy - #52

Merged
tommoor merged 2 commits into
mainfrom
claude/youthful-babbage-4ngdjk
Aug 24, 2026
Merged

tommoor merged 2 commits into
mainfrom
claude/youthful-babbage-4ngdjk

Conversation

@tommoor

@tommoor tommoor commented Aug 24, 2026

Copy link
Copy Markdown
Member

Summary

Reflects API changes merged into outline/outline in the last day:

  • /collections.list (feat: Filter DSL for collections.list outline#13442): Adds the new
    filters parameter, a structured filter expression evaluated as an
    AND of top-level entries and supporting nested AND/OR groups. The
    existing query and statusFilter parameters are marked deprecated
    and cannot be combined with filters. A new CollectionFilter
    component schema documents the supported fields (name, createdAt,
    updatedAt, archivedAt, createdById, permission) and operators,
    mirroring the existing DocumentFilter shape.

claude added 2 commits August 24, 2026 11:17
Adds the `filters` parameter to `/collections.list` (with the existing
`query` and `statusFilter` parameters marked deprecated) and defines the
new `CollectionFilter` schema. Also adds the `deletedBy` field to the
Document schema.
…ge-4ngdjk

# Conflicts:
#	spec3.json
#	spec3.yml
@tommoor
tommoor merged commit 5f5c0c6 into main Aug 24, 2026
2 checks passed
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