Skip to content

Commit 52120a7

Browse files
Merge pull request #16 from PaystackOSS/dev
Chore: Update wrong HTTP method on manage subscription link endpoint
2 parents 0bea94b + d8c2e4b commit 52120a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/paystack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ paths:
15811581
default:
15821582
description: Server error
15831583
'/subscription/{code}/manage/link':
1584-
post:
1584+
get:
15851585
tags:
15861586
- Subscription
15871587
summary: Generate Update Subscription Link

main/resources/subscription/manage-link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
post:
1+
get:
22
tags:
33
- Subscription
44
summary: Generate Update Subscription Link

sdk/paystack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ paths:
11941194
default:
11951195
description: Server error
11961196
/subscription/{code}/manage/link:
1197-
post:
1197+
get:
11981198
tags:
11991199
- Subscription
12001200
summary: Generate Update Subscription Link

0 commit comments

Comments
 (0)