diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-30 13:17:01 +0200 |
---|---|---|
committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-30 13:17:01 +0200 |
commit | a35e10c3143bda77fda12d3fcdcde6b657a03bc5 (patch) | |
tree | 936c9440aa6fd9f9ee13c465985422f1ec31c0ce | |
parent | add the Ohloh API, http://www.ohloh.net (diff) | |
download | api-description-a35e10c3143bda77fda12d3fcdcde6b657a03bc5.tar.gz |
Ohloh: typo
-rw-r--r-- | services/ohloh.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/ohloh.json b/services/ohloh.json index 899e6ca..9152586 100644 --- a/services/ohloh.json +++ b/services/ohloh.json @@ -168,7 +168,7 @@ }, "get_message" : { - "path" : "/accounts/{account_id}/messages/{message_id}.xml", + "path" : "/accounts/:account_id/messages/:message_id.xml", "method" : "GET", "required_params" : [ "api_key", |