summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-04 21:06:56 -0500
committerFrederic Guillot <fred@kanboard.net>2015-03-04 21:06:56 -0500
commit436fda01678d1732192493219cea23087dc28bcf (patch)
tree812747003cc7986cd50d98f6d0ab5ec848be253e /docs
parentefbcc22f5af2e9b5d241a9cee0dded48353cb91e (diff)
Fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/api-json-rpc.markdown18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown
index c2636cfd..dcf92ea8 100644
--- a/docs/api-json-rpc.markdown
+++ b/docs/api-json-rpc.markdown
@@ -1080,16 +1080,16 @@ Response example:
{
"id": "3",
"name": "Version 1.0",
- "is_active" : "0",
- "position" : 1,
- "project_id" : 2
+ "is_active": "0",
+ "position": 1,
+ "project_id": 2
},
{
"id": "2",
"name": "Version 7.0",
- "is_active" : "1"
- "position" : 2,
- "project_id" : 2
+ "is_active": "1",
+ "position": 2,
+ "project_id": 2
}
]
}
@@ -1127,9 +1127,9 @@ Response example:
"result": {
"id": "3",
"name": "Version 1.0",
- "is_active" : "0",
- "position" : 2,
- "project_id" : 2
+ "is_active": "0",
+ "position": 2,
+ "project_id": 2
}
}
```