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