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
The values of the id and type members MUST be strings.
There was a feature where we allow the serializer to handle int id on the class and we handle the mappings to/from string for you, but it doesn't change the format of id on the wire
Summary
It's not possible to to POST/PUT a body with
Id
as a number (without quotes).Steps to Reproduce
Reason
I am using Swashbuckle. to for documentation, and Ids are documented without quotes.
Configuration
Sample Code
Model
Controller
Startup
The text was updated successfully, but these errors were encountered: