Skip to content

Commit 91adbf3

Browse files
committed
Remove offset from Contacts endpoints
1 parent 97eeebf commit 91adbf3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

spec/marketing.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
},
840840
"swagger": "2.0",
841841
"info": {
842-
"version": "3.0.88",
842+
"version": "3.0.89",
843843
"title": "Mailchimp Marketing API",
844844
"contact": {
845845
"name": "Mailchimp API Support",
@@ -2463,15 +2463,6 @@
24632463
"format": "date-time",
24642464
"required": false
24652465
},
2466-
{
2467-
"name": "offset",
2468-
"x-title": "Offset",
2469-
"in": "query",
2470-
"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.",
2471-
"required": false,
2472-
"default": 0,
2473-
"type": "integer"
2474-
},
24752466
{
24762467
"name": "audience_id",
24772468
"x-title": "Audience ID",

0 commit comments

Comments
 (0)