diff --git a/config/api_version_control.php b/config/api_version_control.php index ae51d24..f90b894 100644 --- a/config/api_version_control.php +++ b/config/api_version_control.php @@ -12,13 +12,13 @@ 'releases' => [ - 'GET/orders' => [ + 'orders.index' => [ '<=1.0' => [ ExamplePrepareParameterException::class, ], ], - '(POST|PUT)/orders' => [ + 'orders.update' => [ '<=2.0' => [ ExampleThrowHumanException::class, ],