$ref needs to be under a schema:
This commit is contained in:
parent
114bcf1a2e
commit
9bde78ac28
1 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The Matrix User IDs found with the given parameters.
|
description: The Matrix User IDs found with the given parameters.
|
||||||
|
schema:
|
||||||
$ref: ../application-service/definitions/schema/user_batch.yaml
|
$ref: ../application-service/definitions/schema/user_batch.yaml
|
||||||
404:
|
404:
|
||||||
description: The Matrix User ID was not found
|
description: The Matrix User ID was not found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue