Skip to main content

Move an application override rule

POST 

/app-override-rules/:id:move

Move an existing application override rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

The app override rule you want to move

    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...