New required fields added in POST /api/settings/papers/claim request body: [claimAuthorId]
- Affected surface
- POST /api/settings/papers/claim
What changed
New required fields added in POST /api/settings/papers/claim request body: [claimAuthorId] Affected surface: POST /api/settings/papers/claim. Root cause: endpoint `POST /api/settings/papers/claim`. Detected at Wed, 22 Jul 2026 09:28:47 UTC UTC.
Diff
{
"added_required": [
"claimAuthorId"
],
"path": "POST /api/settings/papers/claim",
"schema_path": "POST /api/settings/papers/claim request body"
}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.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
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.
