Some details info
[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 HTTP request
9 ============
10 Protocol
11   ``https``
12 Method
13   ``POST``
14 Host
15   ``devs.ouya.tv``
16 Path
17   ``/api/v1/gamers/me/consoles``
18 Headers
19   Standard headers
20
21   ``Content-Type``
22     ``application/x-www-form-urlencoded``
23 GET parameters
24   ``auth_token``
25     Same data as in standard header ``X-OUYA-AuthToken``
26 POST parameters
27   ``console_id``:
28     ``015d4b33bc64141b``
29
30     Same data as in standard header ``X-OUYA-Console-Id``
31   ``auth_token``:
32     Same data as in standard header ``X-OUYA-AuthToken``
33
34
35 HTTP response
36 =============
37 Status code
38   ``200 OK`` 
39 Content type
40   ``application/json; charset=utf-8``
41 Body
42   ``{}``