Merge pull request #2686 from nmaillat/PHRAS-2163_bump_API_version_41

bump api version to 2.0.0
This commit is contained in:
Nicolas Maillat
2018-07-19 12:25:10 +02:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ use Silex\ServiceProviderInterface;
class V1 extends Api implements ControllerProviderInterface, ServiceProviderInterface
{
const VERSION = '1.5.0';
const VERSION = '2.0.0';
public static $extendedContentTypes = [
'json' => ['application/vnd.phraseanet.record-extended+json'],