Update Technical Rules
PUT/rules/technical
Starting with Release v23.11, you can use the REST API to update the existing technical rules in a readable and organized manner.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
ruleName
detective
birthright
conditions
actions
removeBirthrightAccess
Optional params:
ruleDescription
status
organization
owners
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
actions
object[]
objectstring
Example:
Account
objectAttributestring
Example:
Assign
objectTypestring
Example:
EO_EP1
organizationstring
Example:
birthrightboolean
Example:
true
conditions
object[]
attributestring
Example:
username
closeBracketstring
Example:
conditionstring
Example:
CONTAINS
conditionTypestring
Example:
Basic
nextConditionstring
Example:
OR
objectstring
Example:
Users
objectValuestring
Example:
dhruv
openBracketstring
Example:
detectiveboolean
Example:
true
owners
object[]
ranknumber
Example:
1
usernamestring
Example:
100121
removeBirthrightAccessboolean
Example:
true
ruleDescriptionstring
Example:
This API is updated
ruleIdnumber
Example:
0
ruleNamestring
Example:
TESTRULEoct17
ruleTypenumber
Example:
1
statusstring
Example:
ACTIVE
Responses
- 200
Update Technical Rules
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Update Technical Rules
Schema
msgstring
Example:
Rule Updated Successfully
{
"msg": "Rule Updated Successfully"
}
{
"msg": "Rule Updated Successfully"
}