mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 18:24:10 +02:00
Say that type is an event type
This commit is contained in:
parent
e76068a2a6
commit
5ccc39b850
|
|
@ -41,8 +41,8 @@ paths:
|
||||||
name: type
|
name: type
|
||||||
required: true
|
required: true
|
||||||
description: |-
|
description: |-
|
||||||
The type of the account_data to set. Custom types should be namespaced to
|
The event type of the account_data to set. Custom types should be
|
||||||
avoid clashes.
|
namespaced to avoid clashes.
|
||||||
x-example: "org.example.custom.config"
|
x-example: "org.example.custom.config"
|
||||||
- in: body
|
- in: body
|
||||||
name: content
|
name: content
|
||||||
|
|
@ -87,7 +87,7 @@ paths:
|
||||||
name: type
|
name: type
|
||||||
required: true
|
required: true
|
||||||
description: |-
|
description: |-
|
||||||
The type of the account_data to set. Custom types should be
|
The event type of the account_data to set. Custom types should be
|
||||||
namespaced to avoid clashes.
|
namespaced to avoid clashes.
|
||||||
x-example: "org.example.custom.room.config"
|
x-example: "org.example.custom.room.config"
|
||||||
- in: body
|
- in: body
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue