$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,7 +129,8 @@ paths:
|
|||
responses:
|
||||
200:
|
||||
description: The Matrix User IDs found with the given parameters.
|
||||
$ref: ../application-service/definitions/schema/user_batch.yaml
|
||||
schema:
|
||||
$ref: ../application-service/definitions/schema/user_batch.yaml
|
||||
404:
|
||||
description: The Matrix User ID was not found
|
||||
examples:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue