Skip to main content

Move a decryption rule

POST 

/decryption-rules/:id:move

Move an existing decryption rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    destination required

    Possible values: [top, bottom, before, after]

    A destination of the rule. Valid destination values are top, bottom, before and after.

    rulebase required

    Possible values: [pre, post]

    A base of a rule. Valid rulebase values are pre and post.

    destination_rule string

    A destination_rule attribute is required only if the destination value is before or after. Valid destination_rule values are existing rule UUIDs within the same container.

Responses

OK

Loading...