diff options
author | xray7224 <xray7224@googlemail.com> | 2013-07-08 20:35:03 +0100 |
---|---|---|
committer | xray7224 <jessica@megworld.co.uk> | 2013-07-11 18:21:43 +0100 |
commit | d41c6a5349db0ac573e8f0d29d239febc705f7c9 (patch) | |
tree | d012264c2fbc093ea4da131206e40ca38d8c0584 /docs/source/api | |
parent | be7f90b3f537190d199989625f75d334dbca7080 (diff) | |
download | mediagoblin-d41c6a5349db0ac573e8f0d29d239febc705f7c9.tar.lz mediagoblin-d41c6a5349db0ac573e8f0d29d239febc705f7c9.tar.xz mediagoblin-d41c6a5349db0ac573e8f0d29d239febc705f7c9.zip |
Adds oauth support up until authorization
Diffstat (limited to 'docs/source/api')
-rw-r--r-- | docs/source/api/client_register.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/client_register.rst b/docs/source/api/client_register.rst index 088eb51d..4ad7908e 100644 --- a/docs/source/api/client_register.rst +++ b/docs/source/api/client_register.rst @@ -113,8 +113,8 @@ Errors There are a number of errors you could get back, This explains what could cause some of them: -Could not decode JSON - This is caused when you have an error in your JSON, you may want to use a JSON validator to ensure that your JSON is correct. +Could not decode data + This is caused when you have an error in the encoding of your data. Unknown Content-Type You should sent a Content-Type header with when you make a request, this should be either application/json or www-form-urlencoded. This is caused when a unknown Content-Type is used. |