Skip to content

Commit f2d281a

Browse files
committed
1 parent 7eeaff9 commit f2d281a

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
@@ -247,6 +247,10 @@ class Endpoint implements EndpointInterface
247247

248248
// GET, DELETE
249249
public const INVITE = 'invites/:code';
250+
// GET, PUT
251+
public const INVITE_TARGET_USERS = self::INVITE.'/target-users';
252+
// GET
253+
public const INVITE_TARGET_USERS_JOB_STATUS = self::INVITE_TARGET_USERS.'/job-status';
250254

251255
// POST
252256
public const STAGE_INSTANCES = 'stage-instances';

0 commit comments

Comments
 (0)