mocks-server / main

Node.js mock server running live, interactive mocks in place of real APIs
https://www.mocks-server.org
Apache License 2.0
281 stars 15 forks source link

Auto increased id on Alerts #423

Open javierbrea opened 1 year ago

javierbrea commented 1 year ago

In some scenarios, it is required to add alerts using an ID auto increased. Currently, this IDs have to be created outside and passed to the alerts API. It is is desired to add a mechanism to the alerts API so it allows to auto increase IDs automatically in some collections.