You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then i got this error: No root type "undefined.GetPatients.Response" found.
And this warning: Invalid configuration encountered
at 'functions.getPatients.events.0.http': unrecognized property 'documentation'
Cacn anyone help me? Thank you
The text was updated successfully, but these errors were encountered:
Hello,
i have my serverless.ts with this function:
and the documentation section of the serverless.ts with this configuration:
My getPatients function is imported and has this content:
The problem is i got this error: "Some functions have http events which are not documented: getPatients".
If i add this json to the http event:
then i got this error: No root type "undefined.GetPatients.Response" found.
And this warning: Invalid configuration encountered
at 'functions.getPatients.events.0.http': unrecognized property 'documentation'
Cacn anyone help me? Thank you
The text was updated successfully, but these errors were encountered: