- On swagger docs when trying out POST and PUT endpoints, users must have a JSON payload including: - created_at - updated_at - These attributes should be abstracted from these endpoints and handled exclusively on the server side - Since they are timestamps user should never have to enter these in
On swagger docs when trying out POST and PUT endpoints, users must have a JSON payload including:
These attributes should be abstracted from these endpoints and handled exclusively on the server side
Since they are timestamps user should never have to enter these in