From 493b9362096d7d7463570d120d06a4881b13b49c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 14 Nov 2017 15:01:58 +0000 Subject: [PATCH] Make these links more specific too --- api/identity/lookup.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/identity/lookup.yaml b/api/identity/lookup.yaml index bd3635b4..ed16e4bf 100644 --- a/api/identity/lookup.yaml +++ b/api/identity/lookup.yaml @@ -34,13 +34,13 @@ paths: type: string name: medium 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" - in: query type: string name: address 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" responses: 200: @@ -85,3 +85,5 @@ paths: signatures: 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. + +.. _`3PID Types`: ../appendices.html#pid-types