Add a note to the docs for before and after to make it clear that they cannot be used with the predefined rules
This commit is contained in:
parent
5d85e3a505
commit
8a050aebc0
1 changed files with 4 additions and 2 deletions
|
@ -380,7 +380,8 @@ paths:
|
||||||
x-example: someRuleId
|
x-example: someRuleId
|
||||||
description: |-
|
description: |-
|
||||||
Use 'before' with a ``rule_id`` as its value to make the new rule the
|
Use 'before' with a ``rule_id`` as its value to make the new rule the
|
||||||
next-most important rule with respect to the given rule.
|
next-most important rule with respect to the given user defined rule.
|
||||||
|
It is not possible to add a rule relative to a predefined server rule.
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
name: after
|
name: after
|
||||||
|
@ -388,7 +389,8 @@ paths:
|
||||||
x-example: anotherRuleId
|
x-example: anotherRuleId
|
||||||
description: |-
|
description: |-
|
||||||
This makes the new rule the next-less important rule relative to the
|
This makes the new rule the next-less important rule relative to the
|
||||||
given rule.
|
given user defined rule. It is not possible to add a rule relative
|
||||||
|
to a predefined server rule.
|
||||||
- in: body
|
- in: body
|
||||||
name: pushrule
|
name: pushrule
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue