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 0a9981d commit 5ebb100Copy full SHA for 5ebb100
src/Discord/Endpoint.php
@@ -260,8 +260,10 @@ class Endpoint
260
public const USER_CURRENT_CONNECTIONS = self::USER_CURRENT.'/connections';
261
// GET, PUT
262
public const USER_CURRENT_APPLICATION_ROLE_CONNECTION = self::USER_CURRENT.'/applications/:application_id/role-connection';
263
- // GET
+ // GET, PATCH
264
public const APPLICATION_CURRENT = 'applications/@me';
265
+ // GET
266
+ public const APPLICATION_ACTIVITY_INSTANCE = 'applications/:application_id/activity-instances/:instance_id';
267
268
// GET, PATCH, DELETE
269
public const WEBHOOK = 'webhooks/:webhook_id';
0 commit comments