Skip to main content

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

Body

    actions

    object[]

  • Array [

  • objectstring
    Example: Account
    objectAttributestring
    Example: Assign
    objectTypestring
    Example: EO_EP1
    organizationstring
    Example:
  • ]

  • birthrightboolean
    Example: true

    conditions

    object[]

  • Array [

  • 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[]

  • Array [

  • 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

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

Schema

    msgstring
    Example: Rule Updated Successfully