mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-06 19:34:10 +02:00
format some literals and keywords
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
parent
afa06ad330
commit
1effa3ba0e
|
|
@ -226,7 +226,7 @@ paths:
|
|||
type: boolean
|
||||
description: |-
|
||||
Whether or not to include all known networks/protocols from
|
||||
application services on the homeserver. Defaults to false.
|
||||
application services on the homeserver. Defaults to `false`.
|
||||
example: false
|
||||
third_party_instance_id:
|
||||
type: string
|
||||
|
|
@ -277,4 +277,4 @@ components:
|
|||
accessTokenQuery:
|
||||
$ref: definitions/security.yaml#/accessTokenQuery
|
||||
accessTokenBearer:
|
||||
$ref: definitions/security.yaml#/accessTokenBearer
|
||||
$ref: definitions/security.yaml#/accessTokenBearer
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ paths:
|
|||
known client device, a new device will be created. The given
|
||||
device ID must not be the same as a
|
||||
[cross-signing](/client-server-api/#cross-signing) key ID.
|
||||
The server will auto-generate a device_id
|
||||
The server will auto-generate a `device_id`
|
||||
if this is not specified.
|
||||
initial_device_display_name:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ paths:
|
|||
type: boolean
|
||||
description: |-
|
||||
Whether the user's other access tokens, and their associated devices, should be
|
||||
revoked if the request succeeds. Defaults to true.
|
||||
revoked if the request succeeds. Defaults to `true`.
|
||||
|
||||
When `false`, the server can still take advantage of the [soft logout method](/client-server-api/#soft-logout)
|
||||
for the user's remaining devices.
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ paths:
|
|||
description: |-
|
||||
ID of the client device. If this does not correspond to a
|
||||
known client device, a new device will be created. The server
|
||||
will auto-generate a device_id if this is not specified.
|
||||
will auto-generate a `device_id` if this is not specified.
|
||||
example: GHTYAJCE
|
||||
initial_device_display_name:
|
||||
type: string
|
||||
|
|
@ -139,11 +139,11 @@ paths:
|
|||
description: |-
|
||||
If true, an `access_token` and `device_id` should not be
|
||||
returned from this call, therefore preventing an automatic
|
||||
login. Defaults to false.
|
||||
login. Defaults to `false`.
|
||||
example: false
|
||||
refresh_token:
|
||||
type: boolean
|
||||
description: If true, the client supports refresh tokens.
|
||||
description: If `true`, the client supports refresh tokens.
|
||||
x-addedInMatrixVersion: "1.3"
|
||||
required: true
|
||||
responses:
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ paths:
|
|||
name: include_all_networks
|
||||
description: |-
|
||||
Whether or not to include all networks/protocols defined by application
|
||||
services on the homeserver. Defaults to false.
|
||||
services on the homeserver. Defaults to `false`.
|
||||
example: false
|
||||
schema:
|
||||
type: boolean
|
||||
|
|
@ -121,7 +121,7 @@ paths:
|
|||
type: boolean
|
||||
description: |-
|
||||
Whether or not to include all known networks/protocols from
|
||||
application services on the homeserver. Defaults to false.
|
||||
application services on the homeserver. Defaults to `false`.
|
||||
example: false
|
||||
third_party_instance_id:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ properties:
|
|||
type: boolean
|
||||
description: |-
|
||||
True to allow server names that are IP address literals. False to
|
||||
deny. Defaults to true if missing or otherwise not a boolean.
|
||||
deny. Defaults to `true` if missing or otherwise not a boolean.
|
||||
|
||||
This is strongly recommended to be set to `false` as servers running
|
||||
with IP literal names are strongly discouraged in order to require
|
||||
|
|
|
|||
Loading…
Reference in a new issue