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