api post calls getting typed as void #784
Unanswered
gavinthomas-valtech
asked this question in
Q&A
Replies: 2 comments 9 replies
-
I guess in this case because there is no 201 response specified it's creating when in fact i want it to use the values passed in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Still can't work this out. The swagger/openapi doc has a schema for a 400 but this is always getting typed as eg
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wondering why my api post requests are typed as
<void>
What would be in the yaml file that would define this?
how do i get the api team to adjust the yaml file so they are typed?
all get requests are fine
Beta Was this translation helpful? Give feedback.
All reactions