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
In the 2nd example picture (/doc/private) you have a Form Data section under the Description for the route /post.
I checked the examples, but i can get it to work for me.
I have a template with this
that display the content of what i put between """ ... """ in my code, and in your example you do this :
"""Create a new post.
Form Data: title, content, authorid.
"""
'Create a new post ' i corectly going in the description and 'Form Data' i going to form data, however when i do the same thing, both go into the description.
How did you manage to add the FormData rule ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello
In the 2nd example picture (/doc/private) you have a Form Data section under the Description for the route /post.
I checked the examples, but i can get it to work for me.
I have a template with this
that display the content of what i put between """ ... """ in my code, and in your example you do this :
'Create a new post ' i corectly going in the description and 'Form Data' i going to form data, however when i do the same thing, both go into the description.
How did you manage to add the FormData rule ?
Thanks
The text was updated successfully, but these errors were encountered: