Skip to content

feat(API): add created_since filter to check issues list #STRINGS-3043 - #1256

Merged
Mikko Karkee (Varpuspaavi) merged 2 commits into
mainfrom
feat/checks-created-since-STRINGS-3043
Sep 9, 2026
Merged

feat(API): add created_since filter to check issues list #STRINGS-3043#1256
Mikko Karkee (Varpuspaavi) merged 2 commits into
mainfrom
feat/checks-created-since-STRINGS-3043

Conversation

@Varpuspaavi

@Varpuspaavi Mikko Karkee (Varpuspaavi) commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

What

Add optional created_since query param to GET /api/v2/projects/{project_id}/checks/issues. When set, only check issues with created_at >= created_since are returned. Invalid ISO 8601 value → 400.

Why

Syncs the public API contract with app PR strings-app#18631 (STRINGS-3043), proposed by the openapi-sync bot.

Changes

  • paths/checks/index.yaml — new inline created_since query param (matches existing automation_events datetime-filter convention).
  • doc/compiled.json — regenerated via make bundle.

Response schema unchanged.

🤖 Generated with Claude Code

Add optional created_since query param to
GET /api/v2/projects/{project_id}/checks/issues. When set, only issues
with created_at >= created_since are returned; invalid ISO 8601 → 400.

Syncs strings-app#18631.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

API changelog (oasdiff)

Doc-only edits (descriptions, examples) do not appear here.

1 changes: 0 error, 0 warning, 1 info
info	[new-optional-request-parameter] at doc/compiled.json
	in API GET /projects/{project_id}/checks/issues
		added the new optional `query` request parameter `created_since`

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