Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CSpec Reasoner SVI
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ClinGenClinGen
  • cspec
  • CSpec Reasoner SVI
  • Wiki
  • API

API · Changes

Page history
Update API authored Apr 26, 2023 by Neethu Shah's avatar Neethu Shah
Show whitespace changes
Inline Side-by-side
API.md
View page @ e70f82fa
......@@ -213,4 +213,10 @@ A **payload** contains two required fields - evidence and cspecRuleSetUrl. An ex
],
statusObj: { name: 'assertion computed', status: 'ok' }
}
console.log(resp.data.data.rules[0].conditions)
[
{ condition: '>=0', label: 'Rule3, Condition1' },
{ condition: '<=5', label: 'Rule3, Condition2' }
]
```
\ No newline at end of file
Clone repository
  • API
  • Home