We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233dbc2 commit 3b7daf8Copy full SHA for 3b7daf8
src/Discord/Endpoint.php
@@ -20,6 +20,10 @@ class Endpoint
20
21
// GET
22
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';
27
// GET, POST, PUT
28
public const GLOBAL_APPLICATION_COMMANDS = 'applications/:application_id/commands';
29
// GET, PATCH, DELETE
0 commit comments