From dcaaf84395e26d0564c7e71d96a865a8dee43d84 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Thu, 9 Nov 2017 15:28:44 +0100 Subject: [PATCH] Be clear that event_id is not applicable everywhere --- api/client-server/definitions/event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/definitions/event.yaml b/api/client-server/definitions/event.yaml index 077036b9..a53b6af7 100644 --- a/api/client-server/definitions/event.yaml +++ b/api/client-server/definitions/event.yaml @@ -13,7 +13,7 @@ # limitations under the License. properties: event_id: - description: The ID of this event. + description: The ID of this event, if applicable. type: string content: description: The content of this event. The fields in this object will vary depending