From 484424777ea56066b296294451f74d77af036c82 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Tue, 28 Jan 2025 12:17:55 +1100 Subject: [PATCH] chore(customers): CUST-3623 use last response rather than previous response to avoid confusion --- reference/customers.v3.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/customers.v3.yml b/reference/customers.v3.yml index bc761d2f9..1ece9dfa8 100644 --- a/reference/customers.v3.yml +++ b/reference/customers.v3.yml @@ -210,12 +210,12 @@ paths: - 'date_modified:desc' - name: after in: query - description: 'The cursor reference of the last entry for the previous page. Use the `end_cursor` value from the previous response to get the next page (`end_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `after=eyJpZCI6MjA0fQ`. ' + description: 'The cursor reference of the last entry for the previous page. Use the `end_cursor` value from the last response to get the next page (`end_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `after=eyJpZCI6MjA0fQ`. ' schema: type: string - name: before in: query - description: 'The cursor reference of the first entry for the next page. Use the `start_cursor` value from the previous response to get the previous page (`start_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `before=eyJpZCI6MjA1fQ`.' + description: 'The cursor reference of the first entry for the next page. Use the `start_cursor` value from the last response to get the previous page (`start_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `before=eyJpZCI6MjA1fQ`.' schema: type: string responses: @@ -1510,12 +1510,12 @@ paths: - picklist - name: after in: query - description: 'The cursor reference of the last entry for the previous page. Use the `end_cursor` value from the previous response to get the next page (`end_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `after=eyJzZXNzaW9uSWQiOjM4LCJmaWVsZElkIjo0MH0`. ' + description: 'The cursor reference of the last entry for the previous page. Use the `end_cursor` value from the last response to get the next page (`end_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `after=eyJzZXNzaW9uSWQiOjM4LCJmaWVsZElkIjo0MH0`. ' schema: type: string - name: before in: query - description: 'The cursor reference of the first entry for the next page. Use the `start_cursor` value from the previous response to get the previous page (`start_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `before=eyJzZXNzaW9uSWQiOjgsImZpZWxkSWQiOjMxfQ`.' + description: 'The cursor reference of the first entry for the next page. Use the `start_cursor` value from the last response to get the previous page (`start_cursor` is only returned on the first page or when the request contains query parameter `before` or `after`). For example `before=eyJzZXNzaW9uSWQiOjgsImZpZWxkSWQiOjMxfQ`.' schema: type: string put: