outputPath = $tempFile; $this->messageBus->dispatch($message); $router = $request->getRouter(); return $response->withJson( [ 'success' => true, 'links' => [ 'log' => (string)$router->fromHere('api:admin:acme-log', [ 'path' => basename($tempFile), ]), ], ] ); } }