We have detected an error in your notification set-up
(Event-ID dab39dc24f564ec7bd4628d1305fd03c).
Currently, we cannot inform you about inspection progress.
Please check that the user
557058:bca11929-8c2d-43f2-8a82-c5416880d395
still has access to your repository or
update the API account.
1 | <?php |
||
23 | class Invitations extends Api |
||
24 | { |
||
25 | /** |
||
26 | * Sending an invite |
||
27 | * |
||
28 | * @access public |
||
29 | * @param string $account The team or individual account. |
||
30 | * @param string $repo A repository belonging to the account. |
||
31 | * @param string $email The email recipient. |
||
32 | * @param string $permission The permission the recipient is granted. |
||
33 | * @return ResponseInterface |
||
34 | 1 | */ |
|
35 | public function send($account, $repo, $email, $permission) |
||
42 | } |
||
43 |