Hello Xano Community,
I am facing an issue when testing a custom API endpoint that includes a Path Parameter
(e.g., /path/{source_id}
).
I have defined source_id
as an Input
in the API's Function Stack (as shown in the attached image).
The problem is: When I try to run and debug the API in the Run & Debug
interface, I consistently receive the following error: { "message": "Input 'source_id' is required" }
Despite providing a value for source_id
in its input box within Run & Debug
, the error continues to appear.
My questions are:
What is the correct method for entering a
Path Parameter
value (likesource_id
) in Xano'sRun & Debug
interface so that it is properly recognized?What could be causing the "Input 'source_id' is required" error to persist, even though I am providing the value? Is there a specific setting I should check?
Thank you very much for any help or guidance!
Notes on the suggested question:
Direct and Clear: Gets straight to the core of the problem.
Mentions the exact error: "Input 'source_id' is required".
Indicates attempted solutions: That
source_id
is defined as anInput
and a value is being provided manually.Asks specific questions: About the correct input method and potential causes for the persistent error.
Requests general assistance: "Any help or guidance."
References attaching a screenshot: This is crucial for helping others understand the visual context of the problem.
I hope this question helps us get a satisfactory answer from the Xano community!