Skip to content

Commit 3b7daf8

Browse files
committed
Add entitlement endpoints
1 parent 233dbc2 commit 3b7daf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ class Endpoint
2020

2121
// GET
2222
public const APPLICATION_SKUS = 'applications/:application_id/skus';
23+
// GET, POST
24+
public const APPLICATION_ENTITLEMENTS = 'applications/:application_id/entitlements';
25+
// DELETE
26+
public const APPLICATION_ENTITLEMENT = 'applications/:application_id/entitlements/:entitlement_id';
2327
// GET, POST, PUT
2428
public const GLOBAL_APPLICATION_COMMANDS = 'applications/:application_id/commands';
2529
// GET, PATCH, DELETE

0 commit comments

Comments
 (0)