for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Manticoresearch\Endpoints;
use Manticoresearch\Request;
/**
* Class Update
* @package Manticoresearch\Endpoints
*/
class Update extends Request
{
* @return mixed|string
public function getPath()
return '/json/update';
}
public function getMethod()
return 'POST';