diff --git a/openapi.json b/openapi.json index 1d0cda4..22a24d9 100644 --- a/openapi.json +++ b/openapi.json @@ -2688,6 +2688,16 @@ ] } }, + { + "name": "filters[readStatus]", + "required": false, + "in": "query", + "description": "Filter by read state: read or unread.", + "schema": { + "example": "unread", + "type": "string" + } + }, { "name": "filters[referenceType]", "required": false, diff --git a/package.json b/package.json index 0e90623..af4a620 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,6 @@ "devDependencies": { "@axe-core/playwright": "^4.12.1", "@eslint/js": "^9.39.1", - "@oxlint/migrate": "^1.82.0", "@playwright/test": "^1.61.1", "@tailwindcss/postcss": "^4.1.17", "@testing-library/dom": "^10.4.1",