File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments