mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix: missing one property in openapi doc
This commit is contained in:
@@ -75,6 +75,8 @@ paths:
|
|||||||
uids:
|
uids:
|
||||||
type: array
|
type: array
|
||||||
description: A collection of uids
|
description: A collection of uids
|
||||||
|
items:
|
||||||
|
type: number
|
||||||
example:
|
example:
|
||||||
uids:
|
uids:
|
||||||
- 1
|
- 1
|
||||||
|
|||||||
Reference in New Issue
Block a user