Skip to content

Commit

Permalink
Add links to the spec for the definition of 3PID medium (#1417)
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Jan 30, 2023
1 parent d4586eb commit d55af02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1417.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add links to the spec for the definition of 3PID `medium`.
5 changes: 3 additions & 2 deletions data/api/client-server/create_room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ paths:
and this specification version.
medium:
type: string
# TODO: Link to Identity Service spec when it eixsts
description: The kind of address being passed in the address field, for example `email`.
description: |-
The kind of address being passed in the address field, for example `email`
(see [the list of recognised values](/appendices/#3pid-types)).
address:
type: string
description: The invitee's third party identifier.
Expand Down
5 changes: 3 additions & 2 deletions data/api/client-server/third_party_membership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ paths:
and this specification version.
medium:
type: string
# TODO: Link to Identity Service spec when it eixsts
description: The kind of address being passed in the address field, for example `email`.
description: |-
The kind of address being passed in the address field, for example
`email` (see [the list of recognised values](/appendices/#3pid-types)).
address:
type: string
description: The invitee's third party identifier.
Expand Down

0 comments on commit d55af02

Please sign in to comment.