Skip to main content
POST
Create Rule Set

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
name
string
required
operatorType
enum<string>

Defines whether all rules should pass or if it's enough for just one rule to pass.

Available options:
ANY,
ALL
ruleSetType
enum<string>
default:STANDARD

STANDARD

STIP

Available options:
STANDARD,
STIP

Response

Successful operation

id
string<biginteger>
name
string
operatorType
enum<string>

Defines whether all rules should pass or if it's enough for just one rule to pass.

Available options:
ANY,
ALL
ruleSetType
enum<string>
default:STANDARD

STANDARD

STIP

Available options:
STANDARD,
STIP
rules
object[]