Skip to content

Commit 5e23efe

Browse files
committed
Remove offset from Contacts endpoints
1 parent 97eeebf commit 5e23efe

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
@@ -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",
@@ -142316,4 +142307,4 @@
142316142307
"description": "Learn more with the full Mailchimp API documentation.",
142317142308
"url": "https://mailchimp.com/developer/marketing/"
142318142309
}
142319-
}
142310+
}

0 commit comments

Comments
 (0)