2
#define API http://localhost:80/api/v1/resources.
When making a POST in resources
, the user(dev) can register/include an N number of Resources.
Suppose some (ones) record could not be entered, but the rest was successful. How could Response be? What status? 200 ok, 201, other? Which pattern should follow?
Maybe like this: http://pastebin.com/h1yeCq7w
– Daniel Vieira Junior
@Danielvieirajunior Yes, this pattern would meet. If you wish you can even include a collection with the properly executed records (depending on your needs.)
– OnoSendai