1 | <?php |
||
12 | class SearchIndexing extends AbstractEnterprise |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Queue an indexing job |
||
17 | * |
||
18 | * @link https://developer.github.com/v3/enterprise/search_indexing/#queue-an-indexing-job |
||
19 | * |
||
20 | * @param string $target |
||
21 | * |
||
22 | * @return array |
||
23 | */ |
||
24 | public function queueIndexingJob(string $target): array |
||
30 | } |