How to make requestBody required? #127
Unanswered
RPGillespie6
asked this question in
Q&A
Replies: 1 comment
-
|
I think I found one workaround - I can do something like |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I do something like this:
Then the resulting YAML has the requestBody like this:
How can I make it so that
required: trueis set onrequestBody?I found this in
entities.go:But I can't figure out how to reach that method from a ContextUnit
Beta Was this translation helpful? Give feedback.
All reactions