From c56d276e4bd8120b80fd2b87136edb4365d2b2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 29 Jan 2023 12:55:04 +0100 Subject: [PATCH] Add links to the spec for the definition of 3PID medium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/create_room.yaml | 5 +++-- data/api/client-server/third_party_membership.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/api/client-server/create_room.yaml b/data/api/client-server/create_room.yaml index 97c3dc91..07d9c0af 100644 --- a/data/api/client-server/create_room.yaml +++ b/data/api/client-server/create_room.yaml @@ -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. diff --git a/data/api/client-server/third_party_membership.yaml b/data/api/client-server/third_party_membership.yaml index cf4a0d34..27bcad37 100644 --- a/data/api/client-server/third_party_membership.yaml +++ b/data/api/client-server/third_party_membership.yaml @@ -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.