mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix the response for GET /_matrix/app/v1/thirdparty/protocol/{protocol} (#3675)
This should return a single protocol, not all of them. Fixes #2286.
This commit is contained in:
parent
c151353956
commit
39a41a18ba
|
|
@ -0,0 +1 @@
|
|||
Correct the documentation for the response value for `GET /_matrix/app/v1/thirdparty/protocol/{protocol}`.
|
||||
|
|
@ -48,7 +48,7 @@ paths:
|
|||
200:
|
||||
description: The protocol was found and metadata returned.
|
||||
schema:
|
||||
$ref: definitions/protocol_metadata.yaml
|
||||
$ref: definitions/protocol.yaml
|
||||
401:
|
||||
description: |-
|
||||
The homeserver has not supplied credentials to the application service.
|
||||
|
|
|
|||
Loading…
Reference in a new issue