cURL
curl --request POST \ --url https://api.decodahealth.com/v1/rule-set/create \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data '{ "description": "<string>", "name": "<string>", "rules": [] }'
{ "description": "<string>", "id": "<string>", "name": "<string>", "rules": [] }
Create a new RuleSet with associated Rules.
RuleSet
Rule
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type object.
object