mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 19:11:22 +01:00
fix: bad relative path
This commit is contained in:
@@ -24,6 +24,6 @@ put:
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
status:
|
status:
|
||||||
$ref: ../../../components/schemas/Status.yaml#/Status
|
$ref: ../../../../components/schemas/Status.yaml#/Status
|
||||||
response:
|
response:
|
||||||
$ref: ../../../components/schemas/admin/rules.yaml#/RulesArray
|
$ref: ../../../../components/schemas/admin/rules.yaml#/RulesArray
|
||||||
|
|||||||
Reference in New Issue
Block a user