about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-24 16:44:04 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-24 16:44:04 +0200
commit74e9a68ac132dda3e38ff95b0f2dbdb70477fe45 (patch)
tree978d255f4fb05dc9cb424d73fd66f8a4bfe2e138
parentfix the path of method watched_repos (diff)
downloadapi-description-74e9a68ac132dda3e38ff95b0f2dbdb70477fe45.tar.gz
add expected_status at top level
-rw-r--r--services/github.json1
-rw-r--r--services/github/repository.json1
-rw-r--r--services/github/user.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/services/github.json b/services/github.json
index f694151..4d74219 100644
--- a/services/github.json
+++ b/services/github.json
@@ -176,6 +176,7 @@
          "authentication" : true
       }
    },
+   "expected_status" : [ 200 ],
    "name" : "GitHub",
    "authority" : "GITHUB:franckcuny",
    "meta" : {
diff --git a/services/github/repository.json b/services/github/repository.json
index 78d17b4..f86709e 100644
--- a/services/github/repository.json
+++ b/services/github/repository.json
@@ -77,6 +77,7 @@
          "authentication" : true
       }
    },
+   "expected_status" : [ 200 ],
    "name" : "GitHub",
    "authority" : "http://github.com/SPORE",
    "meta" : {
diff --git a/services/github/user.json b/services/github/user.json
index 1348286..d9c9aff 100644
--- a/services/github/user.json
+++ b/services/github/user.json
@@ -102,6 +102,7 @@
          "method" : "GET"
       }
    },
+   "expected_status" : [ 200 ],
    "name" : "GitHub",
    "authority" : "http://github.com/SPORE",
    "meta" : {