Skip to content

Commit 6186d74

Browse files
committed
✨ Add endpoints for SKU Subscriptions
1 parent ad160b2 commit 6186d74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class Endpoint
5151
// PATCH, DELETE
5252
public const INTERACTION_FOLLOW_UP = self::CREATE_INTERACTION_FOLLOW_UP.'/messages/:message_id';
5353

54+
// GET
55+
public const SKU_SUBSCRIPTIONS = '/skus/:sku_id/subscriptions';
56+
// GET
57+
public const SKU_SUBSCRIPTION = self::SKU_SUBSCRIPTIONS.'/:subscription_id';
58+
5459
// GET
5560
public const AUDIT_LOG = 'guilds/:guild_id/audit-logs';
5661

0 commit comments

Comments
 (0)