POST query failed while passing Int in body. #923
yagnesh16697
started this conversation in
General
Replies: 1 comment
-
@yagnesh16697 thanks for the feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So basically I am trying to POST request using POSTMAN and it is working as expected. While in YAML file it is giving me an error that OTP must be an Integer. So it converts it into other data type and returning an error.
Tried with !!int 473682 but still giving me same error.
Req Body:
Beta Was this translation helpful? Give feedback.
All reactions