mentalCommandGetSkillRating
Parameters
Result
Examples
{
"id": 1,
"jsonrpc": "2.0",
"method": "mentalCommandGetSkillRating",
"params": {
"cortexToken": "xxx",
"session": "xxx",
"action": "push"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": 0.25
}Last updated