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[]
object string
objectAttribute string
objectType string
organization string
birthright boolean
conditions
object[]
attribute string
closeBracket string
condition string
conditionType string
nextCondition string
object string
objectValue string
openBracket string
detective boolean
owners
object[]
rank number
username string
removeBirthrightAccess boolean
ruleDescription string
ruleId number
ruleName string
ruleType number
status string
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
msg string
{
"msg": "Rule Updated Successfully"
}
{
"msg": "Rule Updated Successfully"
}
Loading...