mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 03:15:30 +02: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