mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: relative paths in openapi schema
This commit is contained in:
@@ -31,6 +31,6 @@ post:
|
|||||||
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/rulesObject.yaml#/RulesObject
|
$ref: ../../../components/schemas/admin/rulesObject.yaml#/RulesObject
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ delete:
|
|||||||
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/rulesObject.yaml#/RulesObject
|
$ref: ../../../../components/schemas/admin/rulesObject.yaml#/RulesObject
|
||||||
|
|||||||
Reference in New Issue
Block a user