Update Get.php

This commit is contained in:
Khushboo Verma
2025-02-12 19:41:55 +05:30
committed by GitHub
parent 3b0d760065
commit 0106dc7803
@@ -30,7 +30,7 @@ class Get extends Action
{
$this
->setHttpMethod(Action::HTTP_REQUEST_METHOD_GET)
->setHttpPath('v1/console/resources')
->setHttpPath('/v1/console/resources')
->desc('Check resource ID availability')
->groups(['api', 'projects'])
->label('scope', 'rules.read')