From 2d0f73454fc5a78baa627d87cb71bf04514ec7ed Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 9 Apr 2015 09:21:27 +0200 Subject: [PATCH] Missing project name in documentation --- docs/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general.rst b/docs/general.rst index 3ab90bde..9f4bc91c 100644 --- a/docs/general.rst +++ b/docs/general.rst @@ -39,7 +39,7 @@ The next step is to create a project. .. code-block:: shell-session - # curl -X POST "http://localhost:8000/v1/projects" -d "{}" + # curl -X POST "http://localhost:8000/v1/projects" -d '{"name": "test"}' { "project_id": "42f9feee-3217-4104-981e-85d5f0a806ec", "temporary": false,