Are accept fields in an update action required by default?
I have the following update action:
I would expect that in this case the
But if I do that, I actually get the following error:
An I missing something of this is the expected behavior?
I would expect that in this case the
status is a optional field and will be nil if I don't send it as an action argument.But if I do that, I actually get the following error:
An I missing something of this is the expected behavior?
