Merge pull request #1169 from mujx/event-id-format

Use the correct event_id format on examples
pull/1244/head
Richard van der Hoff 6 years ago committed by GitHub
commit bb39bea44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save