Skipping fields in a struct when used with @param #1271
Unanswered
geoff-maddock
asked this question in
Q&A
Replies: 0 comments
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.
Adding a body param to a create resource and using a schema that has fields that are not required for creating the resource.
Is there a way to skip using the non-required fields in the @PARAM?
Here's the docs used:
And the account.Account model:
All reactions