New: MCP server monitoring is live. Start free trial
GitHubSchemaBreaking

Parameter 'per_page' removed from GET /assignments/{assignment_id}/accepted_assignments

Affected surface
GET /assignments/{assignment_id}/accepted_assignments
Affected field
per_page@query

What changed

Parameter 'per_page' removed from GET /assignments/{assignment_id}/accepted_assignments Affected surface: GET /assignments/{assignment_id}/accepted_assignments. Root cause: parameter `per_page@query`. Detected at Thu, 03 Sep 2026 06:57:32 UTC UTC.

Diff

{
  "parameter_in": "query",
  "parameter_name": "per_page",
  "path": "GET /assignments/{assignment_id}/accepted_assignments"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Remove the parameter from your callers — passing it now produces an error or is silently ignored depending on the provider.

Related changes

Other endpoints affected by the same root cause.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.