You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I'm still on version 3.0.17 and will be here for a while on this project. I do want to upgrade, just it's not the correct time for this project.
I have a delete command that has a string of SerialNumber that I want to be marked in the OpenAPI as required and I can't make it so.
I tried:
[Required]
[Key]
Fluent validator of NotNull & NotEmpty
[JsonProperty(Required = Required.Always)]
I've been through the code and am at a loss.
What am I missing?
The text was updated successfully, but these errors were encountered:
Firstly, I'm still on version 3.0.17 and will be here for a while on this project. I do want to upgrade, just it's not the correct time for this project.
I have a delete command that has a string of SerialNumber that I want to be marked in the OpenAPI as required and I can't make it so.
I tried:
[Required]
[Key]
Fluent validator of NotNull & NotEmpty
[JsonProperty(Required = Required.Always)]
I've been through the code and am at a loss.
What am I missing?
The text was updated successfully, but these errors were encountered: