mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 23:14:10 +01:00
Fix spelling
This commit is contained in:
parent
cdfff67878
commit
836e6c81d1
|
|
@ -85,8 +85,8 @@ paths:
|
||||||
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.
|
||||||
"/bulk_lookup":
|
"/bulk_lookup":
|
||||||
post:
|
post:
|
||||||
summary: Lookup Matrix user IDs for a list of 3pid.
|
summary: Lookup Matrix user IDs for a list of 3pids.
|
||||||
description: Lookup Matrix user IDs for a list of 3pid.
|
description: Lookup Matrix user IDs for a list of 3pids.
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
@ -109,7 +109,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
title: 3PID medium or address
|
title: 3PID medium or address
|
||||||
description: an array of array containing the `3PID Medium type`_ in first position and the 3PID Address in second position.
|
description: an array of arrays containing the `3PID Medium type`_ in first position and the 3PID Address in second position.
|
||||||
required:
|
required:
|
||||||
- "threepids"
|
- "threepids"
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue