Skip to content

Commit 5ebb100

Browse files
committed
Add endpoint for Get Application Activity Instance
1 parent 0a9981d commit 5ebb100

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ class Endpoint
260260
public const USER_CURRENT_CONNECTIONS = self::USER_CURRENT.'/connections';
261261
// GET, PUT
262262
public const USER_CURRENT_APPLICATION_ROLE_CONNECTION = self::USER_CURRENT.'/applications/:application_id/role-connection';
263-
// GET
263+
// GET, PATCH
264264
public const APPLICATION_CURRENT = 'applications/@me';
265+
// GET
266+
public const APPLICATION_ACTIVITY_INSTANCE = 'applications/:application_id/activity-instances/:instance_id';
265267

266268
// GET, PATCH, DELETE
267269
public const WEBHOOK = 'webhooks/:webhook_id';

0 commit comments

Comments
 (0)