Handling multipart requests with schemas can indeed be a bit tricky. In your case, you need to in...
How to handle multipart requests?
I have a schema like this:
In the backend, I have this endpoint:
In the docs, it says, I need to define a
It s very confusing.
I have a schema like this:
In the backend, I have this endpoint:
In the docs, it says, I need to define a
files filed, which I have done, but where do I mention the ToolSubmissionFormSchema? It s very confusing.
