mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 18:03:41 +01:00
Fix required properties in POST /query
This commit is contained in:
parent
96889f16e9
commit
3e13ec2841
|
|
@ -77,7 +77,6 @@ paths:
|
|||
server_keys:
|
||||
type: object
|
||||
description: The query criteria
|
||||
required: true
|
||||
additionalProperties:
|
||||
type: object
|
||||
name: ServerName
|
||||
|
|
@ -91,8 +90,8 @@ paths:
|
|||
type: integer
|
||||
format: int64
|
||||
description: Minimum Valid Until MS
|
||||
required: true # TODO: Verify
|
||||
example: 1234567890
|
||||
required: ['server_keys']
|
||||
responses:
|
||||
200:
|
||||
description: The keys for the server
|
||||
|
|
|
|||
Loading…
Reference in a new issue