Skip to content

Commit 86435f5

Browse files
chore: update Apple Pay examples and descriptions
1 parent 8d8c2e2 commit 86435f5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

dist/paystack.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,14 +1858,20 @@ paths:
18581858
parameters:
18591859
- name: use_cursor
18601860
in: query
1861+
description: A flag to indicate if cursor based pagination should be used
18611862
schema:
18621863
type: boolean
1864+
example: true
18631865
- name: next
18641866
in: query
1867+
description: |
1868+
An alphanumeric value returned for every cursor based retrieval, used to retrieve the next set of data
18651869
schema:
18661870
type: string
18671871
- name: previous
18681872
in: query
1873+
description: |
1874+
An alphanumeric value returned for every cursor based retrieval, used to retrieve the previous set of data
18691875
schema:
18701876
type: string
18711877
responses:

src/assets/openapi/paths/apple-pay_domain.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,22 @@ get:
3131
parameters:
3232
- name: use_cursor
3333
in: query
34+
description: A flag to indicate if cursor based pagination should be used
3435
schema:
3536
type: boolean
37+
example: true
3638
- name: next
3739
in: query
40+
description: >
41+
An alphanumeric value returned for every cursor based retrieval, used to
42+
retrieve the next set of data
3843
schema:
3944
type: string
4045
- name: previous
4146
in: query
47+
description: >
48+
An alphanumeric value returned for every cursor based retrieval, used to
49+
retrieve the previous set of data
4250
schema:
4351
type: string
4452
responses:

0 commit comments

Comments
 (0)