diff --git a/src/Entity/CheckInAction.php b/src/Entity/CheckInAction.php index ee389e6e53ffe1383bd43d0b27d5c8f2c383792f..7d44ce62e99f38651cce67babcbe02451298a8fe 100644 --- a/src/Entity/CheckInAction.php +++ b/src/Entity/CheckInAction.php @@ -19,7 +19,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * collectionOperations={ * "get" = { - * "path" = "/checkin/check_in_actions", + * "path" = "/checkin/check-in-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "normalization_context" = { * "groups" = {"Checkin:output", "Checkin:outputList"} @@ -39,7 +39,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * }, * "post" = { - * "path" = "/checkin/check_in_actions", + * "path" = "/checkin/check-in-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "method" = "POST", * "openapi_context" = { @@ -57,7 +57,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * itemOperations={ * "get" = { - * "path" = "/checkin/check_in_actions/{identifier}", + * "path" = "/checkin/check-in-actions/{identifier}", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "openapi_context" = { * "tags" = {"Checkin"}, diff --git a/src/Entity/CheckOutAction.php b/src/Entity/CheckOutAction.php index cf1c5f9fbfc23f276fd761af2965d1872cd4d6ce..3ed66c4d7d270b94a4256101bbb4b72958ce9d33 100644 --- a/src/Entity/CheckOutAction.php +++ b/src/Entity/CheckOutAction.php @@ -19,14 +19,14 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * collectionOperations={ * "get" = { - * "path" = "/checkin/check_out_actions", + * "path" = "/checkin/check-out-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "openapi_context" = { * "tags" = {"Checkin"}, * }, * }, * "post" = { - * "path" = "/checkin/check_out_actions", + * "path" = "/checkin/check-out-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "method" = "POST", * "openapi_context" = { @@ -44,7 +44,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * itemOperations={ * "get" = { - * "path" = "/checkin/check_out_actions/{identifier}", + * "path" = "/checkin/check-out-actions/{identifier}", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "openapi_context" = { * "tags" = {"Checkin"}, diff --git a/src/Entity/GuestCheckInAction.php b/src/Entity/GuestCheckInAction.php index 2ab5d71fe42e80abdf78ff86c688c560a2299748..dd2c308560f81b33e0e3b8f285e37912cf5bec99 100644 --- a/src/Entity/GuestCheckInAction.php +++ b/src/Entity/GuestCheckInAction.php @@ -19,7 +19,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * collectionOperations={ * "get" = { - * "path" = "/checkin/guest_check_in_actions", + * "path" = "/checkin/guest-check-in-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "normalization_context" = { * "groups" = {"Checkin:output", "Checkin:outputList"} @@ -39,7 +39,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * }, * "post" = { - * "path" = "/checkin/guest_check_in_actions", + * "path" = "/checkin/guest-check-in-actions", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "method" = "POST", * "openapi_context" = { @@ -57,7 +57,7 @@ use Symfony\Component\Validator\Constraints as Assert; * }, * itemOperations={ * "get" = { - * "path" = "/checkin/guest_check_in_actions/{identifier}", + * "path" = "/checkin/guest-check-in-actions/{identifier}", * "security" = "is_granted('IS_AUTHENTICATED_FULLY')", * "openapi_context" = { * "tags" = {"Checkin"},