mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix readSingleItems response from array to object (#12922)
This commit is contained in:
@@ -297,9 +297,7 @@ class OASSpecsService implements SpecificationSubService {
|
||||
schema: {
|
||||
properties: {
|
||||
data: {
|
||||
items: {
|
||||
$ref: `#/components/schemas/${tag.name}`,
|
||||
},
|
||||
$ref: `#/components/schemas/${tag.name}`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user