Skip to content

Commit fe46940

Browse files
committed
docs: describe missing list collections filter functionality
1 parent 3b9977e commit fe46940

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,16 @@ If enabled, filters are intended to be applied to the following endpoints:
201201
- **Action:** Read Item
202202
- **Applied Filter:** `ITEMS_FILTER`
203203
- **Strategy:** Validate response against CQL2 query.
204-
- `GET /collections/{collection_id}`
204+
- `GET /collections`
205205
- **Supported:** ❌[^23]
206206
- **Action:** Read Collection
207207
- **Applied Filter:** `COLLECTIONS_FILTER`
208208
- **Strategy:** Append query params with generated CQL2 query.
209+
- `GET /collections/{collection_id}`
210+
- **Supported:** ❌[^23]
211+
- **Action:** Read Collection
212+
- **Applied Filter:** `COLLECTIONS_FILTER`
213+
- **Strategy:** Validate response against CQL2 query.
209214
- `POST /collections/`
210215
- **Supported:** ❌[^22]
211216
- **Action:** Create Collection

0 commit comments

Comments
 (0)