This is just a friendly suggestion, to make it easier to work with the documentation.
In Create a recipe (https://github.com/Eaternity/eaternity-api/blob/master/apiary.apib#L420) in the documentation, the example request does not work (when copy+pasting into postman) because:
-
It does not have a kitchen-id
It would be nice if this field name was specified.
-
Invalid json
Line 46 and 68 is not valid json (for example "gtin": 00012345678905), are lacking " ". This returns an error.
Perhaps, there is a good reason why the request looks like it does. In that case, feel free to just close this issue!
/ Philip