We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58033fb commit 11bce3fCopy full SHA for 11bce3f
README.md
@@ -79,7 +79,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
79
Connection: keep-alive
80
$ curl http://localhost:3000/v1/categories
81
[{"id":1,"name":"Sport","name_ru":"Спорт","slug":"sport"}]
82
- $ curl -i -H 'Content-Type: application/json' -d '{"name":"Fauna","nameRu":"Фауна","slug":"fauna","userId":101,"categoryId":1}' -X PUT http://localhost:3000/v1/categories/1
+ $ curl -i -H 'Content-Type: application/json' -d '{"name":"Fauna","nameRu":"Фауна","slug":"fauna","userId":101}' -X PUT http://localhost:3000/v1/categories/1
83
HTTP/1.1 204 No Content
84
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"
85
Date: Wed, 15 Jul 2020 18:06:34 GMT
0 commit comments