mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 19:08:38 +01:00
Fix indentation
This commit is contained in:
parent
cc3724b54a
commit
a6dad76c01
|
|
@ -350,20 +350,20 @@ paths:
|
|||
items:
|
||||
type: object
|
||||
title: User
|
||||
properties:
|
||||
userid:
|
||||
type: string
|
||||
description: The Matrix ID of the matched user.
|
||||
protocol:
|
||||
type: string
|
||||
description: The third party protocol.
|
||||
fields:
|
||||
type: object
|
||||
description: The third party network fields used to identify this user.
|
||||
properties:
|
||||
user:
|
||||
type: string
|
||||
description: An example field, in this case the username for a Gitter user.
|
||||
properties:
|
||||
userid:
|
||||
type: string
|
||||
description: The Matrix ID of the matched user.
|
||||
protocol:
|
||||
type: string
|
||||
description: The third party protocol.
|
||||
fields:
|
||||
type: object
|
||||
description: The third party network fields used to identify this user.
|
||||
properties:
|
||||
user:
|
||||
type: string
|
||||
description: An example field, in this case the username for a Gitter user.
|
||||
401:
|
||||
description: |-
|
||||
The homeserver has not supplied credentials to the application service.
|
||||
|
|
|
|||
|
|
@ -237,20 +237,20 @@ paths:
|
|||
items:
|
||||
type: object
|
||||
title: User
|
||||
properties:
|
||||
userid:
|
||||
type: string
|
||||
description: The Matrix ID of the matched user.
|
||||
protocol:
|
||||
type: string
|
||||
description: The third party protocol.
|
||||
fields:
|
||||
type: object
|
||||
description: The third party network fields used to identify this user.
|
||||
properties:
|
||||
user:
|
||||
type: string
|
||||
description: An example field, in this case the username for a Gitter user.
|
||||
properties:
|
||||
userid:
|
||||
type: string
|
||||
description: The Matrix ID of the matched user.
|
||||
protocol:
|
||||
type: string
|
||||
description: The third party protocol.
|
||||
fields:
|
||||
type: object
|
||||
description: The third party network fields used to identify this user.
|
||||
properties:
|
||||
user:
|
||||
type: string
|
||||
description: An example field, in this case the username for a Gitter user.
|
||||
404:
|
||||
description: The Matrix ID was not found
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue