Fix minor typos in third-party networks module (#1892)
This commit is contained in:
parent
d7299b5a32
commit
d528ff684b
4 changed files with 8 additions and 7 deletions
|
@ -42,9 +42,9 @@ properties:
|
|||
example: "mxc://example.org/aBcDeFgH"
|
||||
field_types:
|
||||
description: |-
|
||||
The type definitions for the fields defined in the `user_fields` and
|
||||
`location_fields`. Each entry in those arrays MUST have an entry here. The
|
||||
`string` key for this object is field name itself.
|
||||
The type definitions for the fields defined in `user_fields` and
|
||||
`location_fields`. Each entry in those arrays MUST have an entry here.
|
||||
The `string` key for this object is the field name itself.
|
||||
|
||||
May be an empty object if no fields are defined.
|
||||
type: object
|
||||
|
@ -60,7 +60,7 @@ properties:
|
|||
may apply additional validation or filtering.
|
||||
type: string
|
||||
placeholder:
|
||||
description: An placeholder serving as a valid example of the field value.
|
||||
description: A placeholder serving as a valid example of the field value.
|
||||
type: string
|
||||
required: ['regexp', 'placeholder']
|
||||
example: {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# TODO: Change userid to user_id as a breaking change
|
||||
properties:
|
||||
userid:
|
||||
description: A Matrix User ID represting a third-party user.
|
||||
description: A Matrix User ID representing a third-party user.
|
||||
type: string
|
||||
example: "@_gitter_jim:matrix.org"
|
||||
protocol:
|
||||
|
|
|
@ -158,7 +158,7 @@ paths:
|
|||
schema:
|
||||
$ref: ../application-service/definitions/user_batch.yaml
|
||||
"404":
|
||||
description: The Matrix User ID was not found
|
||||
description: The Matrix User ID was not found.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
@ -232,7 +232,7 @@ paths:
|
|||
schema:
|
||||
$ref: ../application-service/definitions/user_batch.yaml
|
||||
"404":
|
||||
description: The Matrix User ID was not found
|
||||
description: The Matrix User ID was not found.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue