Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • for unknown attributes in the request, we will throw an error with a whole list of all of them

  • for all the response, we prefer HATEOASwill add related HATEOAS link to each configuration responses, such as: return resource link in the response of create/updatelist/deleteget; add resource url for sub resources(region/indexes)

  • http status code: 201 and 409 for create, 200 and 404 for delete,  200 and 404 for put to update

  • camelCase is for all the key in the request and response body

...