We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bea94b + d8c2e4b commit 52120a7Copy full SHA for 52120a7
3 files changed
dist/paystack.yaml
@@ -1581,7 +1581,7 @@ paths:
1581
default:
1582
description: Server error
1583
'/subscription/{code}/manage/link':
1584
- post:
+ get:
1585
tags:
1586
- Subscription
1587
summary: Generate Update Subscription Link
main/resources/subscription/manage-link.yaml
@@ -1,4 +1,4 @@
1
-post:
+get:
2
3
4
sdk/paystack.yaml
@@ -1194,7 +1194,7 @@ paths:
1194
1195
1196
/subscription/{code}/manage/link:
1197
1198
1199
1200
0 commit comments