From 7448ef0db0166450d23b302c589202f1376034f2 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 3 Apr 2018 13:18:29 +0300 Subject: [PATCH] Use the correct event_id format on examples Signed-off-by: Konstantinos Sideris --- api/client-server/redaction.yaml | 2 +- api/client-server/room_send.yaml | 2 +- api/client-server/room_state.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/client-server/redaction.yaml b/api/client-server/redaction.yaml index 752d841a5..581410492 100644 --- a/api/client-server/redaction.yaml +++ b/api/client-server/redaction.yaml @@ -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 diff --git a/api/client-server/room_send.yaml b/api/client-server/room_send.yaml index 0bb1bbcb9..6963f76c0 100644 --- a/api/client-server/room_send.yaml +++ b/api/client-server/room_send.yaml @@ -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 diff --git a/api/client-server/room_state.yaml b/api/client-server/room_state.yaml index 042b5eedf..c04fb8039 100644 --- a/api/client-server/room_state.yaml +++ b/api/client-server/room_state.yaml @@ -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