summaryrefslogtreecommitdiff
path: root/services/gnip.json
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2012-07-01 19:16:48 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2012-07-01 19:16:48 +0200
commitd38cea03c2179a7f252f208fa927f2e1c880f46d (patch)
tree0ddc74292b3d85a13a78f58834d7ba7083d1129e /services/gnip.json
parentadded a bunch of specs written by linkfluence (diff)
downloadapi-description-d38cea03c2179a7f252f208fa927f2e1c880f46d.tar.gz
fix previous commit
Diffstat (limited to '')
-rw-r--r--services/gnip.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/services/gnip.json b/services/gnip.json
index f529c2d..4b2519b 100644
--- a/services/gnip.json
+++ b/services/gnip.json
@@ -1,11 +1,12 @@
{
+"name":"gnip",
"version":"0.1",
-"authentication":"1",
+"authentication":true,
"methods":{
"get_rules":{
"required_params":["account","publisher","format"],
"expected_status":["200"],
- "authentication":"1",
+ "authentication":true,
"path":"/accounts/:account/publishers/:publisher/streams/track/prod/rules.:format",
"method":"GET"
},
@@ -13,7 +14,7 @@
"required_params":["account","publisher","format"],
"optional_params":["_method"],
"expected_status":["201","202"],
- "authentication":"1",
+ "authentication":true,
"path":"/accounts/:account/publishers/:publisher/streams/track/prod/rules.:format",
"method":"POST"
}