

reader, uploader, editor) for users and groups.Uploader role may only patch resources, links, nextReviewDate and timestamps.manageDatasets, manageContent, groups and permit; memberships removed.team, collaborators, readusers and readteams fields from datasets, and the /api/v3/teams & /api/v3/team endpoints (including the /api/team redirects).team.logo object ({ "title", "img" }) on datasets. masthead is silently dropped from POST/PATCH bodies. Removed mastheads from the site JSON.masthead → logo.Authorization header now accepts an optional Bearer prefix.timeFrame field on resources to timeframe. In the export JSON, timeFrameFrom/timeFrameTo became timeframeFrom/timeframeTo.timeframe:
{ "gte": "2020-01", "lte": "2024-11" }{ "from": "2020-01", "to": "2024-11" }timeframe as an optional field in the Python client.Semantic migration of /api/ endpoints to /api/v3/.
/api/dataset to /api/v3/dataset./api/site to /api/v3/site./api/team to /api/v3/teams./api/team to /api/v3/team.