Merge pull request #1169 from mujx/event-id-format
Use the correct event_id format on examples
This commit is contained in:
commit
bb39bea44d
3 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ paths:
|
||||||
description: "An ID for the redaction event."
|
description: "An ID for the redaction event."
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"event_id": "YUwQidLecu"
|
"event_id": "$YUwQidLecu:example.com"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
@ -76,7 +76,7 @@ paths:
|
||||||
description: "An ID for the sent event."
|
description: "An ID for the sent event."
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"event_id": "YUwRidLecu"
|
"event_id": "$YUwRidLecu:example.com"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
@ -78,7 +78,7 @@ paths:
|
||||||
description: "An ID for the sent event."
|
description: "An ID for the sent event."
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"event_id": "YUwRidLecu"
|
"event_id": "$YUwRidLecu:example.com"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
@ -133,7 +133,7 @@ paths:
|
||||||
description: "An ID for the sent event."
|
description: "An ID for the sent event."
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"event_id": "YUwRidLecu"
|
"event_id": "$YUwRidLecu:example.com"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue