Errors in online documentation
Created by: NotSpecial
I just noticed this while browsing our new online docs
If you follow the link you can see that for POST, the "_id" field is part of the parameters provided. This is incorrect, since for POST requests the server determines the id and not the client. More practically, the api would reject this.
Does anyone have an idea why this happens? A problem in Eve-Swagger, maybe?