mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Make these links more specific too
This commit is contained in:
parent
b789f61522
commit
493b936209
|
|
@ -34,13 +34,13 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: medium
|
name: medium
|
||||||
required: true
|
required: true
|
||||||
description: The medium type of the 3pid. See `Appendices`_.
|
description: The medium type of the 3pid. See the `3PID Types`_ Appendix.
|
||||||
x-example: "email"
|
x-example: "email"
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
name: address
|
name: address
|
||||||
required: true
|
required: true
|
||||||
description: The address of the 3pid being looked up. See `Appendices`_.
|
description: The address of the 3pid being looked up. See the `3PID Types`_ Appendix.
|
||||||
x-example: "louise@bobs.burgers"
|
x-example: "louise@bobs.burgers"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
|
|
@ -85,3 +85,5 @@ paths:
|
||||||
signatures:
|
signatures:
|
||||||
type: object
|
type: object
|
||||||
description: The signatures of the verifying identity services which show that the association should be trusted, if you trust the verifying identity services.
|
description: The signatures of the verifying identity services which show that the association should be trusted, if you trust the verifying identity services.
|
||||||
|
|
||||||
|
.. _`3PID Types`: ../appendices.html#pid-types
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue