mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Add links to the spec for the definition of 3PID medium (#1417)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
d4586eba2e
commit
d55af02738
|
|
@ -0,0 +1 @@
|
||||||
|
Add links to the spec for the definition of 3PID `medium`.
|
||||||
|
|
@ -155,8 +155,9 @@ paths:
|
||||||
and this specification version.
|
and this specification version.
|
||||||
medium:
|
medium:
|
||||||
type: string
|
type: string
|
||||||
# TODO: Link to Identity Service spec when it eixsts
|
description: |-
|
||||||
description: The kind of address being passed in the address field, for example `email`.
|
The kind of address being passed in the address field, for example `email`
|
||||||
|
(see [the list of recognised values](/appendices/#3pid-types)).
|
||||||
address:
|
address:
|
||||||
type: string
|
type: string
|
||||||
description: The invitee's third party identifier.
|
description: The invitee's third party identifier.
|
||||||
|
|
|
||||||
|
|
@ -105,8 +105,9 @@ paths:
|
||||||
and this specification version.
|
and this specification version.
|
||||||
medium:
|
medium:
|
||||||
type: string
|
type: string
|
||||||
# TODO: Link to Identity Service spec when it eixsts
|
description: |-
|
||||||
description: The kind of address being passed in the address field, for example `email`.
|
The kind of address being passed in the address field, for example
|
||||||
|
`email` (see [the list of recognised values](/appendices/#3pid-types)).
|
||||||
address:
|
address:
|
||||||
type: string
|
type: string
|
||||||
description: The invitee's third party identifier.
|
description: The invitee's third party identifier.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue