Emotiv / cortex-example

Example with Cortex V2/V3 API
https://emotiv.com
MIT License
202 stars 115 forks source link

Missing parameter in a JSON request example #116

Closed jmota-dev closed 4 years ago

jmota-dev commented 4 years ago

I figured out that one of the request examples of the API in createRecord section: "Create a new record" is missing one parameter:

{
  "id": 1,
  "jsonrpc": "2.0",  
  "method": "**MISSING_VALUE**",
    "params": {
        "cortexToken": "xxx",
        "session": "1067dc90-eb17-489b-9514-69cb79ac696c",
        "title": "Cortex Examples C++"
    }
}

It's just the example.

Best regards.

bchaperon commented 4 years ago

Thanks @jmota7dev If you find more errors, please add them to this issue.