This commit is contained in:
Juergen Eger 2025-04-29 08:25:57 +00:00
commit 2591836d86

View file

@ -296,7 +296,7 @@ class OpenAPIResource(Resource):
# Ensure we don't use resource identifier as parameter
if i < expected_param_count:
# Get values from the end of parts
param_value = parts[-1 -i]
param_value = parts[-1 - i]
path_params[param_name] = param_value
# Replace path parameters with their values