Razer Forge TV registration endpoint
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-gamers.rst
index 5d79b26cd00745a4d274cf1873b1028467180d1e..ce8002023a33418218e63ae6aacb61579db362a9 100644 (file)
@@ -7,6 +7,14 @@ Register a new user and/or verify new user registration data.
 This method is both used as verification during input, as well as the
 final registration.
 
+Razer Forge TV uses `POST https://devs.ouya.tv/api/razer/gamer`_ instead.
+
+
+Usage
+=====
+#. During registration to check if data are valid
+#. During registration to finish new user sign up and create the account
+
 
 HTTP request
 ============
@@ -50,13 +58,15 @@ POST parameters
 HTTP response
 =============
 
+..note:: Does not support HTTP redirects!
+
 Success
 -------
 When everything is ok and the user has been registered
 (or the data were valid when ``dryrun`` was set)
 
 Status code
-  ``200 OK`` 
+  ``200 OK``
 Content type
   ``application/json; charset=utf-8``
 Response body
@@ -73,5 +83,5 @@ Content type
 
 Example:
 
-.. include:: api-v1-gamers-response-invalid.json
+.. include:: api-v1-gamers.response-invalid.json
    :code: