Skip to main content

Move an authentication rule

POST 

/authentication-rules/:id:move

Move an existing authentication rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    destination required

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

    The position of the rule relative to other rules in this rulebase.

    rulebase required

    Possible values: [pre, post]

    The position of the rule relative to the local rulebase

    destination_rule uuid

    A destination target rule UUID. This is only used if the destination value is before or after.

Responses

OK

Loading...