GET https://devs.ouya.tv/api/v1/gamers/me
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-gamers-me-consoles.rst
1 =======================================================
2 ``POST https://devs.ouya.tv/api/v1/gamers/me/consoles``
3 =======================================================
4
5 Associate a console ID with the account
6
7
8 Usage
9 =====
10
11 FIXME
12
13
14 HTTP request
15 ============
16 Protocol
17   ``https``
18 Method
19   ``POST``
20 Host
21   ``devs.ouya.tv``
22 Path
23   ``/api/v1/gamers/me/consoles``
24 Headers
25   Standard headers
26
27   ``Content-Type``
28     ``application/x-www-form-urlencoded``
29 GET parameters
30   ``auth_token``
31     Same data as in standard header ``X-OUYA-AuthToken``
32 POST parameters
33   ``console_id``:
34     ``015d4b33bc64141b``
35
36     Same data as in standard header ``X-OUYA-Console-Id``
37   ``auth_token``:
38     Same data as in standard header ``X-OUYA-AuthToken``
39
40
41 HTTP response
42 =============
43 Status code
44   ``200 OK`` 
45 Content type
46   ``application/json; charset=utf-8``
47 Body
48   ``{}``