Routing
(none)
Matched route
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /api/auth/login | Path does not match |
| 2 | api_refresh_token | /api/auth/refresh | Path does not match |
| 3 | api_token_invalidate | /api/auth/logout | Path does not match |
| 4 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 5 | _logout_api | /api/auth/logout | Path does not match |
| 6 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | app_account | /account | Path does not match |
| 21 | app_account_upload_profile_picture | /account/profile-picture | Path does not match |
| 22 | app_account_get_profile_picture | /account/profile-picture/{filename} | Path does not match |
| 23 | api_get_appointments | /api/appointments | Path does not match |
| 24 | api_get_member_appointments | /api/appointments/member | Path does not match |
| 25 | api_member_schedule_appointment | /api/appointments/member/schedule | Path does not match |
| 26 | api_get_appointment | /api/appointments/{id} | Path does not match |
| 27 | api_create_appointment | /api/appointments | Path does not match |
| 28 | api_update_appointment | /api/appointments/{id} | Path does not match |
| 29 | api_cancel_appointment | /api/appointments/{id}/cancel | Path does not match |
| 30 | api_confirm_appointment | /api/appointments/{id}/confirm | Path does not match |
| 31 | api_approve_appointment | /api/appointments/{id}/approve | Path does not match |
| 32 | api_reject_appointment | /api/appointments/{id}/reject | Path does not match |
| 33 | api_complete_appointment | /api/appointments/{id}/complete | Path does not match |
| 34 | api_noshow_appointment | /api/appointments/{id}/no-show | Path does not match |
| 35 | api_update_member_notes | /api/appointments/{id}/member-notes | Path does not match |
| 36 | api_reschedule_appointment | /api/appointments/{id}/reschedule | Path does not match |
| 37 | api_delete_appointment | /api/appointments/{id} | Path does not match |
| 38 | api_post_appointments_list | /api/appointments/list | Path does not match |
| 39 | api_get_appointment_types | /api/appointment-types | Path does not match |
| 40 | api_get_member_appointment_types | /api/appointment-types/member | Path does not match |
| 41 | api_get_appointment_type | /api/appointment-types/{id} | Path does not match |
| 42 | api_create_appointment_type | /api/appointment-types | Path does not match |
| 43 | api_update_appointment_type | /api/appointment-types/{id} | Path does not match |
| 44 | api_delete_appointment_type | /api/appointment-types/{id} | Path does not match |
| 45 | api_post_appointment_types_list | /api/appointment-types/list | Path does not match |
| 46 | api_auth_register | /api/auth/register | Path does not match |
| 47 | api_auth_forgot_password | /api/auth/password/forgot | Path does not match |
| 48 | api_auth_reset_password | /api/auth/password/reset | Path does not match |
| 49 | api_auth_verify_email | /api/auth/email/verify | Path does not match |
| 50 | api_auth_resend_verification | /api/auth/email/resend | Path does not match |
| 51 | api_get_availabilities | /api/availabilities | Path does not match |
| 52 | api_get_professional_availability | /api/availabilities/professional/{professionalId} | Path does not match |
| 53 | api_get_availability | /api/availabilities/{id} | Path does not match |
| 54 | api_create_availability | /api/availabilities | Path does not match |
| 55 | api_update_availability | /api/availabilities/{id} | Path does not match |
| 56 | api_delete_availability | /api/availabilities/{id} | Path does not match |
| 57 | api_post_availabilities_list | /api/availabilities/list | Path does not match |
| 58 | api_calendar_get_day | /api/calendar/days/{dayId} | Path does not match |
| 59 | api_calendar_get_days | /api/calendar/{memberId} | Path does not match |
| 60 | api_calendar_create_day | /api/calendar/{memberId}/days | Path does not match |
| 61 | api_calendar_update_day | /api/calendar/days/{dayId} | Path does not match |
| 62 | api_calendar_delete_day | /api/calendar/days/{dayId} | Path does not match |
| 63 | api_calendar_move_day | /api/calendar/days/{dayId}/move | Path does not match |
| 64 | api_calendar_copy_day | /api/calendar/days/{dayId}/copy | Path does not match |
| 65 | api_calendar_toggle_day_complete | /api/calendar/days/{dayId}/toggle-complete | Path does not match |
| 66 | api_calendar_bulk_delete | /api/calendar/{memberId}/bulk-delete | Path does not match |
| 67 | api_calendar_bulk_copy | /api/calendar/{memberId}/bulk-copy | Path does not match |
| 68 | api_calendar_mark_day_missed | /api/calendar/days/{dayId}/mark-missed | Path does not match |
| 69 | api_calendar_undo_day_missed | /api/calendar/days/{dayId}/undo-missed | Path does not match |
| 70 | api_calendar_create_workout_entry | /api/calendar/days/{dayId}/workouts | Path does not match |
| 71 | api_calendar_update_workout_entry | /api/calendar/workouts/{id} | Path does not match |
| 72 | api_calendar_delete_workout_entry | /api/calendar/workouts/{id} | Path does not match |
| 73 | api_calendar_toggle_workout_entry_complete | /api/calendar/workouts/{id}/toggle-complete | Path does not match |
| 74 | api_calendar_batch_save | /api/calendar/days/{dayId}/batch-save | Path does not match |
| 75 | api_calendar_create_exercise | /api/calendar/workouts/{entryId}/exercises | Path does not match |
| 76 | api_calendar_update_exercise | /api/calendar/exercises/{id} | Path does not match |
| 77 | api_calendar_delete_exercise | /api/calendar/exercises/{id} | Path does not match |
| 78 | api_calendar_toggle_exercise_complete | /api/calendar/exercises/{id}/toggle-complete | Path does not match |
| 79 | api_calendar_update_exercise_result | /api/calendar/exercises/{id}/result | Path does not match |
| 80 | api_calendar_exercise_history | /api/calendar/exercises/{exerciseId}/history/{memberId} | Path does not match |
| 81 | api_calendar_export | /api/calendar/{memberId}/export | Path does not match |
| 82 | api_calendar_create_comment | /api/calendar/days/{dayId}/comments | Path does not match |
| 83 | api_calendar_delete_comment | /api/calendar/comments/{id} | Path does not match |
| 84 | api_get_cooldowns | /api/cooldowns | Path does not match |
| 85 | api_get_cooldown | /api/cooldowns/{id} | Path does not match |
| 86 | api_create_cooldown | /api/cooldowns | Path does not match |
| 87 | api_update_cooldown | /api/cooldowns/{id} | Path does not match |
| 88 | api_delete_cooldown | /api/cooldowns/{id} | Path does not match |
| 89 | api_post_cooldowns_list | /api/cooldowns/list | Path does not match |
| 90 | api_cooldowns_autocomplete | /api/cooldowns/autocomplete | Path does not match |
| 91 | api_dashboard_stats | /api/dashboard/stats | Path does not match |
| 92 | api_webhook_dibsy | /api/webhooks/dibsy | Path does not match |
| 93 | api_exchange_rates_list | /api/exchange-rates | Path does not match |
| 94 | api_exchange_rates_get | /api/exchange-rates/{id} | Path does not match |
| 95 | api_exchange_rates_create | /api/exchange-rates | Path does not match |
| 96 | api_exchange_rates_update | /api/exchange-rates/{id} | Path does not match |
| 97 | api_exchange_rates_delete | /api/exchange-rates/{id} | Path does not match |
| 98 | api_exchange_rates_list_advanced | /api/exchange-rates/list | Path does not match |
| 99 | api_get_exercises | /api/exercises | Path does not match |
| 100 | api_exercises_autocomplete | /api/exercises/autocomplete | Path does not match |
| 101 | api_get_exercise | /api/exercises/{id} | Path does not match |
| 102 | api_create_exercise | /api/exercises | Path does not match |
| 103 | api_update_exercise | /api/exercises/{id} | Path does not match |
| 104 | api_delete_exercise | /api/exercises/{id} | Path does not match |
| 105 | api_post_exercises_list | /api/exercises/list | Path does not match |
| 106 | api_exercises_upload_image | /api/exercises/upload-image | Path does not match |
| 107 | api_files_measurement_photo | /api/files/measurements/{measurementId}/photos/{photoId} | Path does not match |
| 108 | api_files_exercise_image | /api/files/exercises/{filename} | Path does not match |
| 109 | api_files_food_image | /api/files/foods/{filename} | Path does not match |
| 110 | api_files_member_photo | /api/files/photos/{photoId} | Path does not match |
| 111 | api_get_food_categories | /api/food-categories | Path does not match |
| 112 | api_get_food_category | /api/food-categories/{id} | Path does not match |
| 113 | api_create_food_category | /api/food-categories | Path does not match |
| 114 | api_update_food_category | /api/food-categories/{id} | Path does not match |
| 115 | api_delete_food_category | /api/food-categories/{id} | Path does not match |
| 116 | api_post_food_categories_list | /api/food-categories/list | Path does not match |
| 117 | api_get_foods | /api/foods | Path does not match |
| 118 | api_get_food | /api/foods/{id} | Path does not match |
| 119 | api_create_food | /api/foods | Path does not match |
| 120 | api_update_food | /api/foods/{id} | Path does not match |
| 121 | api_delete_food | /api/foods/{id} | Path does not match |
| 122 | api_post_foods_list | /api/foods/list | Path does not match |
| 123 | api_foods_upload_image | /api/foods/upload-image | Path does not match |
| 124 | api_goal_types_list | /api/goal-types | Path does not match |
| 125 | api_goal_types_get | /api/goal-types/{id} | Path does not match |
| 126 | api_goal_types_create | /api/goal-types | Path does not match |
| 127 | api_goal_types_update | /api/goal-types/{id} | Path does not match |
| 128 | api_goal_types_delete | /api/goal-types/{id} | Path does not match |
| 129 | api_goal_types_list_advanced | /api/goal-types/list | Path does not match |
| 130 | api_habits_list | /api/habits | Path does not match |
| 131 | api_habits_create | /api/habits | Path does not match |
| 132 | api_habits_update | /api/habits/{id} | Path does not match |
| 133 | api_habits_delete | /api/habits/{id} | Path does not match |
| 134 | api_habits_toggle | /api/habits/{id}/toggle | Path does not match |
| 135 | api_health_documents_list | /api/health-documents | Path does not match |
| 136 | api_health_documents_upload | /api/health-documents | Path does not match |
| 137 | api_health_documents_download | /api/health-documents/{id}/download | Path does not match |
| 138 | api_health_documents_delete | /api/health-documents/{id} | Path does not match |
| 139 | api_get_meal_programs | /api/meal-programs | Path does not match |
| 140 | api_get_member_meal_programs | /api/meal-programs/member | Path does not match |
| 141 | api_get_meal_program | /api/meal-programs/{id} | Path does not match |
| 142 | api_create_meal_program | /api/meal-programs | Path does not match |
| 143 | api_import_meal_programs | /api/meal-programs/import | Path does not match |
| 144 | api_update_meal_program | /api/meal-programs/{id} | Path does not match |
| 145 | api_delete_meal_program | /api/meal-programs/{id} | Path does not match |
| 146 | api_post_meal_programs_list | /api/meal-programs/list | Path does not match |
| 147 | api_get_meals | /api/meal-programs/{programId}/meals | Path does not match |
| 148 | api_create_meal | /api/meal-programs/meals | Path does not match |
| 149 | api_get_meal | /api/meal-programs/meals/{id} | Path does not match |
| 150 | api_update_meal | /api/meal-programs/meals/{id} | Path does not match |
| 151 | api_delete_meal | /api/meal-programs/meals/{id} | Path does not match |
| 152 | api_get_meal_foods | /api/meal-programs/meals/{mealId}/foods | Path does not match |
| 153 | api_create_meal_food | /api/meal-programs/meal-foods | Path does not match |
| 154 | api_get_meal_food | /api/meal-programs/meal-foods/{id} | Path does not match |
| 155 | api_update_meal_food | /api/meal-programs/meal-foods/{id} | Path does not match |
| 156 | api_delete_meal_food | /api/meal-programs/meal-foods/{id} | Path does not match |
| 157 | api_measurements_list | /api/measurements | Path does not match |
| 158 | api_measurements_latest | /api/measurements/latest | Path does not match |
| 159 | api_measurements_history | /api/measurements/history | Path does not match |
| 160 | api_measurements_progress | /api/measurements/progress | Path does not match |
| 161 | api_measurements_get | /api/measurements/{id} | Path does not match |
| 162 | api_measurements_create | /api/measurements | Path does not match |
| 163 | api_measurements_update | /api/measurements/{id} | Path does not match |
| 164 | api_measurements_delete | /api/measurements/{id} | Path does not match |
| 165 | api_measurements_list_advanced | /api/measurements/list | Path does not match |
| 166 | api_measurements_upload_photo | /api/measurements/{id}/photos | Path does not match |
| 167 | api_measurements_delete_photo | /api/measurements/{measurementId}/photos/{photoId} | Path does not match |
| 168 | api_member_goals_list | /api/member-goals | Path does not match |
| 169 | api_member_goals_get | /api/member-goals/{id} | Path does not match |
| 170 | api_member_goals_create | /api/member-goals | Path does not match |
| 171 | api_member_goals_update | /api/member-goals/{id} | Path does not match |
| 172 | api_member_goals_update_status | /api/member-goals/{id}/status | Path does not match |
| 173 | api_member_goals_achieve | /api/member-goals/{id}/achieve | Path does not match |
| 174 | api_member_goals_abandon | /api/member-goals/{id}/abandon | Path does not match |
| 175 | api_member_goals_delete | /api/member-goals/{id} | Path does not match |
| 176 | api_member_goals_list_advanced | /api/member-goals/list | Path does not match |
| 177 | api_inquiries_list | /api/inquiries | Path does not match |
| 178 | api_inquiries_create | /api/inquiries | Path does not match |
| 179 | api_inquiries_answer | /api/inquiries/{id}/answer | Path does not match |
| 180 | api_member_notes_list | /api/member-notes | Path does not match |
| 181 | api_member_notes_get | /api/member-notes/{id} | Path does not match |
| 182 | api_member_notes_create | /api/member-notes | Path does not match |
| 183 | api_member_notes_update | /api/member-notes/{id} | Path does not match |
| 184 | api_member_notes_delete | /api/member-notes/{id} | Path does not match |
| 185 | api_member_photos_dates | /api/member/{memberId}/photos/dates | Path does not match |
| 186 | api_member_photos_session | /api/member/{memberId}/photos/session/{date} | Path does not match |
| 187 | api_member_photos_upload | /api/member/{memberId}/photos | Path does not match |
| 188 | api_member_photos_replace | /api/member/{memberId}/photos/{id}/replace | Path does not match |
| 189 | api_member_photos_delete | /api/member/{memberId}/photos/{id} | Path does not match |
| 190 | api_member_photos_delete_session | /api/member/{memberId}/photos/session/{date} | Path does not match |
| 191 | api_get_metric_sets | /api/metric-sets | Path does not match |
| 192 | api_get_metric_set | /api/metric-sets/{id} | Path does not match |
| 193 | api_create_metric_set | /api/metric-sets | Path does not match |
| 194 | api_update_metric_set | /api/metric-sets/{id} | Path does not match |
| 195 | api_delete_metric_set | /api/metric-sets/{id} | Path does not match |
| 196 | api_post_metric_sets_list | /api/metric-sets/list | Path does not match |
| 197 | api_get_subscription_payments | /api/payments/subscription/{subscriptionId} | Path does not match |
| 198 | api_get_payment | /api/payments/{id} | Path does not match |
| 199 | api_create_payment | /api/payments | Path does not match |
| 200 | api_update_payment | /api/payments/{id} | Path does not match |
| 201 | api_complete_payment | /api/payments/{id}/complete | Path does not match |
| 202 | api_fail_payment | /api/payments/{id}/fail | Path does not match |
| 203 | api_refund_payment | /api/payments/{id}/refund | Path does not match |
| 204 | api_delete_payment | /api/payments/{id} | Path does not match |
| 205 | api_post_payments_list | /api/payments/list | Path does not match |
| 206 | api_export_payments | /api/payments/export | Path does not match |
| 207 | api_personal_records_list | /api/personal-records | Path does not match |
| 208 | api_personal_records_create | /api/personal-records | Path does not match |
| 209 | api_personal_records_update | /api/personal-records/{id} | Path does not match |
| 210 | api_personal_records_delete | /api/personal-records/{id} | Path does not match |
| 211 | api_admin_plan_questions_list | /api/admin/plan-questions | Path does not match |
| 212 | api_admin_plan_questions_get | /api/admin/plan-questions/{id} | Path does not match |
| 213 | api_admin_plan_questions_create | /api/admin/plan-questions | Path does not match |
| 214 | api_admin_plan_questions_update | /api/admin/plan-questions/{id} | Path does not match |
| 215 | api_admin_plan_questions_delete | /api/admin/plan-questions/{id} | Path does not match |
| 216 | api_admin_plan_questions_reorder | /api/admin/plan-questions/reorder | Path does not match |
| 217 | api_get_member_assignment_requests | /api/assignment-requests/member | Path does not match |
| 218 | api_get_professional_assignment_requests | /api/assignment-requests/professional | Path does not match |
| 219 | api_get_professional_pending_assignment_requests | /api/assignment-requests/professional/pending | Path does not match |
| 220 | api_get_assignment_request | /api/assignment-requests/{id} | Path does not match |
| 221 | api_create_assignment_request | /api/assignment-requests | Path does not match |
| 222 | api_respond_assignment_request | /api/assignment-requests/{id}/respond | Path does not match |
| 223 | api_delete_assignment_request | /api/assignment-requests/{id} | Path does not match |
| 224 | api_post_assignment_requests_list | /api/assignment-requests/list | Path does not match |
| 225 | api_questionnaire_get | /api/questionnaire/{subscriptionId} | Path does not match |
| 226 | api_questionnaire_submit | /api/questionnaire/{subscriptionId}/submit | Path does not match |
| 227 | api_questionnaire_answers | /api/questionnaire/{subscriptionId}/answers | Path does not match |
| 228 | api_questionnaire_member_answers | /api/questionnaire/member/{memberId}/answers | Path does not match |
| 229 | api_recipes_list | /api/recipes | Path does not match |
| 230 | api_recipes_admin_list | /api/recipes/list | Path does not match |
| 231 | api_recipes_create | /api/recipes | Path does not match |
| 232 | api_recipes_update | /api/recipes/{id} | Path does not match |
| 233 | api_recipes_delete | /api/recipes/{id} | Path does not match |
| 234 | api_recipes_download | /api/recipes/{id}/download | Path does not match |
| 235 | api_get_reference_values_by_category | /api/reference-data/{categoryCode} | Path does not match |
| 236 | api_get_reference_categories | /api/admin/reference-data/categories | Path does not match |
| 237 | api_create_reference_category | /api/admin/reference-data/categories | Path does not match |
| 238 | api_update_reference_category | /api/admin/reference-data/categories/{code} | Path does not match |
| 239 | api_delete_reference_category | /api/admin/reference-data/categories/{code} | Path does not match |
| 240 | api_get_reference_values | /api/admin/reference-data/categories/{categoryCode}/values | Path does not match |
| 241 | api_create_reference_value | /api/admin/reference-data/categories/{categoryCode}/values | Path does not match |
| 242 | api_update_reference_value | /api/admin/reference-data/categories/{categoryCode}/values/{code} | Path does not match |
| 243 | api_delete_reference_value | /api/admin/reference-data/categories/{categoryCode}/values/{code} | Path does not match |
| 244 | api_service_requests_list | /api/service-requests | Path does not match |
| 245 | api_service_requests_create | /api/service-requests | Path does not match |
| 246 | api_service_requests_cancel | /api/service-requests/{id} | Path does not match |
| 247 | api_service_requests_admin_list | /api/service-requests/list | Path does not match |
| 248 | api_service_requests_update_status | /api/service-requests/{id}/status | Path does not match |
| 249 | api_get_subscription_plans | /api/subscription-plans | Path does not match |
| 250 | api_get_subscription_plan | /api/subscription-plans/{id} | Path does not match |
| 251 | api_create_subscription_plan | /api/subscription-plans | Path does not match |
| 252 | api_update_subscription_plan | /api/subscription-plans/{id} | Path does not match |
| 253 | api_delete_subscription_plan | /api/subscription-plans/{id} | Path does not match |
| 254 | api_post_subscription_plans_list | /api/subscription-plans/list | Path does not match |
| 255 | api_create_trainer_invite | /api/trainer-invites | Path does not match |
| 256 | api_get_users | /api/users | Path does not match |
| 257 | api_users_get_me | /api/users/me | Path does not match |
| 258 | api_users_my_coach | /api/users/me/coach | Path does not match |
| 259 | api_users_update_me | /api/users/me | Path does not match |
| 260 | api_users_change_password | /api/users/me/password | Path does not match |
| 261 | api_users_create_trainer | /api/users/trainers | Path does not match |
| 262 | api_users_create_nutritionist | /api/users/nutritionists | Path does not match |
| 263 | api_users_create_member | /api/users/members | Path does not match |
| 264 | api_users_list_trainers | /api/users/list/trainers | Path does not match |
| 265 | api_users_list_nutritionists | /api/users/list/nutritionists | Path does not match |
| 266 | api_users_list_professionals | /api/users/list/professionals | Path does not match |
| 267 | api_users_get | /api/users/{id} | Path does not match |
| 268 | api_users_update | /api/users/{id} | Path does not match |
| 269 | api_users_resend_verification | /api/users/{id}/resend-verification | Path does not match |
| 270 | api_users_delete | /api/users/{id} | Path does not match |
| 271 | api_post_users_list | /api/users/list | Path does not match |
| 272 | api_users_list_members | /api/users/list/members | Path does not match |
| 273 | api_get_member_subscriptions | /api/subscriptions/member | Path does not match |
| 274 | api_get_member_active_subscription | /api/subscriptions/member/active | Path does not match |
| 275 | api_get_subscription | /api/subscriptions/{id} | Path does not match |
| 276 | api_create_subscription | /api/subscriptions | Path does not match |
| 277 | api_create_self_subscription | /api/subscriptions/self | Path does not match |
| 278 | api_renew_subscription | /api/subscriptions/{id}/renew | Path does not match |
| 279 | api_update_subscription | /api/subscriptions/{id} | Path does not match |
| 280 | api_activate_subscription | /api/subscriptions/{id}/activate | Path does not match |
| 281 | api_cancel_subscription | /api/subscriptions/{id}/cancel | Path does not match |
| 282 | api_delete_subscription | /api/subscriptions/{id} | Path does not match |
| 283 | api_post_subscriptions_list | /api/subscriptions/list | Path does not match |
| 284 | api_get_warmups | /api/warmups | Path does not match |
| 285 | api_get_warmup | /api/warmups/{id} | Path does not match |
| 286 | api_create_warmup | /api/warmups | Path does not match |
| 287 | api_update_warmup | /api/warmups/{id} | Path does not match |
| 288 | api_delete_warmup | /api/warmups/{id} | Path does not match |
| 289 | api_post_warmups_list | /api/warmups/list | Path does not match |
| 290 | api_warmups_autocomplete | /api/warmups/autocomplete | Path does not match |
| 291 | api_get_workout_programs | /api/workout-programs | Path does not match |
| 292 | api_get_member_workout_programs | /api/workout-programs/member/{memberId} | Path does not match |
| 293 | api_get_workout_program | /api/workout-programs/{id} | Path does not match |
| 294 | api_create_workout_program | /api/workout-programs | Path does not match |
| 295 | api_update_workout_program | /api/workout-programs/{id} | Path does not match |
| 296 | api_delete_workout_program | /api/workout-programs/{id} | Path does not match |
| 297 | app_api_workoutprogram_assigntemplate | /api/workout-programs/{id}/assign | Path does not match |
| 298 | api_post_workout_programs_list | /api/workout-programs/list | Path does not match |
| 299 | api_get_workout_program_days | /api/workout-programs/{programId}/days | Path does not match |
| 300 | api_create_workout_program_day | /api/workout-programs/days | Path does not match |
| 301 | api_get_workout_program_day | /api/workout-programs/days/{id} | Path does not match |
| 302 | api_update_workout_program_day | /api/workout-programs/days/{id} | Path does not match |
| 303 | api_delete_workout_program_day | /api/workout-programs/days/{id} | Path does not match |
| 304 | api_get_workout_program_exercises | /api/workout-programs/days/{dayId}/exercises | Path does not match |
| 305 | api_create_workout_program_exercise | /api/workout-programs/exercises | Path does not match |
| 306 | api_get_workout_program_exercise | /api/workout-programs/exercises/{id} | Path does not match |
| 307 | api_update_workout_program_exercise_status | /api/workout-programs/exercises/{id}/status | Path does not match |
| 308 | api_update_workout_program_exercise | /api/workout-programs/exercises/{id} | Path does not match |
| 309 | api_delete_workout_program_exercise | /api/workout-programs/exercises/{id} | Path does not match |
| 310 | app_appointment_types | /appointment-types | Path does not match |
| 311 | app_appointments | /appointments | Path does not match |
| 312 | app_appointments_calendar | /appointments/calendar | Path does not match |
| 313 | app_appointments_show | /appointments/{id} | Path does not match |
| 314 | app_assignment_requests | /assignment-requests | Path does not match |
| 315 | app_login | /login | Path does not match |
| 316 | app_register | /register | Path does not match |
| 317 | app_register_member | /register/member | Path does not match |
| 318 | app_register_trainer | /register/trainer | Path does not match |
| 319 | app_forgot_password | /forgot-password | Path does not match |
| 320 | app_reset_password | /reset-password/{token} | Path does not match |
| 321 | app_verify_email | /verify-email | Path does not match |
| 322 | app_availability | /availability | Path does not match |
| 323 | app_calendar_day | /calendar/{dayId} | Path does not match |
| 324 | app_checkout | /checkout/{subscriptionId} | Path does not match |
| 325 | app_checkout_process | /checkout/{subscriptionId}/process | Path does not match |
| 326 | app_checkout_result | /checkout/result | Path does not match |
| 327 | app_cooldowns | /cooldowns | Path does not match |
| 328 | app_cooldowns_show | /cooldowns/{id} | Path does not match |
| 329 | app_dashboard | /dashboard | Path does not match |
| 330 | app_member_goals | /member/goals | Path does not match |
| 331 | app_member_measurements | /member/measurements | Path does not match |
| 332 | app_member_programs | /member/programs | Path does not match |
| 333 | app_member_appointments | /member/appointments | Path does not match |
| 334 | app_member_calendar | /member/calendar | Path does not match |
| 335 | app_home | / | Path almost matches, but Method "POST" does not match any of the required methods (GET) |
| 336 | app_exchange_rates | /exchange-rates | Path does not match |
| 337 | app_exercises | /exercises | Path does not match |
| 338 | app_exercises_show | /exercises/{id} | Path does not match |
| 339 | app_food_categories | /food-categories | Path does not match |
| 340 | app_foods | /foods | Path does not match |
| 341 | app_foods_show | /foods/{id} | Path does not match |
| 342 | app_goal_types | /goal-types | Path does not match |
| 343 | app_terms | /terms-conditions | Path does not match |
| 344 | app_privacy | /privacy-policy | Path does not match |
| 345 | app_change_locale | /locale/{locale} | Path does not match |
| 346 | app_meal_programs | /meal-programs | Path does not match |
| 347 | app_meal_programs_new | /meal-programs/new | Path does not match |
| 348 | app_meal_programs_show | /meal-programs/{id} | Path does not match |
| 349 | app_meal_programs_edit | /meal-programs/{id}/edit | Path does not match |
| 350 | app_member_photos | /member/photos | Path does not match |
| 351 | app_member_notes | /member/notes | Path does not match |
| 352 | app_member_snacks_supplements | /member/snacks-supplements | Path does not match |
| 353 | app_member_recipes | /member/recipes | Path does not match |
| 354 | app_member_extra_services | /member/extra-services | Path does not match |
| 355 | app_member_my_coach | /member/my-coach | Path does not match |
| 356 | app_member_personal_records | /member/personal-records | Path does not match |
| 357 | app_member_results | /member/results | Path does not match |
| 358 | app_member_consultation | /member/consultation | Path does not match |
| 359 | app_member_general_questions | /member/general-questions | Path does not match |
| 360 | app_member_habits | /member/habits | Path does not match |
| 361 | app_member_health_services | /member/health-services | Path does not match |
| 362 | app_member_health_appointments | /member/health-appointments | Path does not match |
| 363 | app_member_concierge_requests | /member/concierge-requests | Path does not match |
| 364 | app_member_subscription | /member/subscription | Path does not match |
| 365 | app_member_subscription_plans | /member/subscription/plans | Path does not match |
| 366 | app_members | /members | Path does not match |
| 367 | app_members_show | /members/{id} | Path does not match |
| 368 | app_metric_sets | /metric-sets | Path does not match |
| 369 | app_metric_sets_show | /metric-sets/{id} | Path does not match |
| 370 | app_payments | /payments | Path does not match |
| 371 | app_payments_show | /payments/{id} | Path does not match |
| 372 | app_questionnaire | /questionnaire/{subscriptionId} | Path does not match |
| 373 | app_recipes | /recipes | Path does not match |
| 374 | app_reference_data | /reference-data | Path does not match |
| 375 | app_service_requests | /service-requests | Path does not match |
| 376 | app_subscription_plans | /subscription-plans | Path does not match |
| 377 | app_subscription_plan_questions | /subscription-plans/{id}/questions | Path does not match |
| 378 | app_subscriptions | /subscriptions | Path does not match |
| 379 | app_subscriptions_show | /subscriptions/{id} | Path does not match |
| 380 | app_trainer_subscription | /trainer/subscription | Path does not match |
| 381 | app_trainer_subscription_plans | /trainer/subscription/plans | Path does not match |
| 382 | app_users | /users | Path does not match |
| 383 | app_users_show | /users/{id} | Path does not match |
| 384 | app_warmups | /warmups | Path does not match |
| 385 | app_warmups_show | /warmups/{id} | Path does not match |
| 386 | app_workout_programs | /workout-programs | Path does not match |
| 387 | app_workout_programs_new | /workout-programs/new | Path does not match |
| 388 | app_workout_programs_show | /workout-programs/{id} | Path does not match |
| 389 | app_workout_programs_edit | /workout-programs/{id}/edit | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.