mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-11 02:03:41 +01:00
Use the correct event_id format on examples
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
This commit is contained in:
parent
cac0dd7ff7
commit
7448ef0db0
|
|
@ -79,7 +79,7 @@ paths:
|
|||
description: "An ID for the redaction event."
|
||||
examples:
|
||||
application/json: {
|
||||
"event_id": "YUwQidLecu"
|
||||
"event_id": "$YUwQidLecu:example.com"
|
||||
}
|
||||
schema:
|
||||
type: object
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ paths:
|
|||
description: "An ID for the sent event."
|
||||
examples:
|
||||
application/json: {
|
||||
"event_id": "YUwRidLecu"
|
||||
"event_id": "$YUwRidLecu:example.com"
|
||||
}
|
||||
schema:
|
||||
type: object
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ paths:
|
|||
description: "An ID for the sent event."
|
||||
examples:
|
||||
application/json: {
|
||||
"event_id": "YUwRidLecu"
|
||||
"event_id": "$YUwRidLecu:example.com"
|
||||
}
|
||||
schema:
|
||||
type: object
|
||||
|
|
@ -133,7 +133,7 @@ paths:
|
|||
description: "An ID for the sent event."
|
||||
examples:
|
||||
application/json: {
|
||||
"event_id": "YUwRidLecu"
|
||||
"event_id": "$YUwRidLecu:example.com"
|
||||
}
|
||||
schema:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Reference in a new issue