|
@@ -80,7 +80,7 @@ class ONURESTController extends RESTController
|
|
|
|
|
|
/**
|
|
|
* PATCH Route annotation.
|
|
|
- * @Get("/onus/{id}/apply/{workflow}/{transition}")
|
|
|
+ * @Patch("/onus/{id}/apply/{workflow}/{transition}")
|
|
|
* @View(statusCode=201, serializerEnableMaxDepthChecks=true)
|
|
|
*
|
|
|
* @param Request $request
|
|
@@ -123,7 +123,7 @@ class ONURESTController extends RESTController
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * PATCH Route annotation.
|
|
|
+ * GET Route annotation.
|
|
|
* @Get("/client/{id}/apply/{transition}")
|
|
|
* @View(statusCode=201, serializerEnableMaxDepthChecks=true)
|
|
|
*
|