From 91adbf3809b8ace9a5a1f58fffe5542e2f58c63d Mon Sep 17 00:00:00 2001 From: Nate Ranson Date: Mon, 18 Aug 2025 11:14:47 -0400 Subject: [PATCH] Remove offset from Contacts endpoints --- spec/marketing.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/spec/marketing.json b/spec/marketing.json index d35313d..296d0ba 100644 --- a/spec/marketing.json +++ b/spec/marketing.json @@ -839,7 +839,7 @@ }, "swagger": "2.0", "info": { - "version": "3.0.88", + "version": "3.0.89", "title": "Mailchimp Marketing API", "contact": { "name": "Mailchimp API Support", @@ -2463,15 +2463,6 @@ "format": "date-time", "required": false }, - { - "name": "offset", - "x-title": "Offset", - "in": "query", - "description": "The number of records to skip before returning results. Supported for compatibility with offset-based pagination, but using the `cursor` parameter is preferred for more efficient and consistent pagination.", - "required": false, - "default": 0, - "type": "integer" - }, { "name": "audience_id", "x-title": "Audience ID",