From 4aa72e7ee35307b856ed7d9cc1c8432375477455 Mon Sep 17 00:00:00 2001 From: Denis Barbaron Date: Fri, 14 Feb 2020 11:35:56 +0100 Subject: [PATCH] Update description of Group API in swagger file Using API, Group dates have to be provided in UTC conforming to RFC 3339 section 5.6 --- lib/units/api/swagger/api_v1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/units/api/swagger/api_v1.yaml b/lib/units/api/swagger/api_v1.yaml index e191fc8d..073463d8 100644 --- a/lib/units/api/swagger/api_v1.yaml +++ b/lib/units/api/swagger/api_v1.yaml @@ -2335,11 +2335,11 @@ definitions: type: string pattern: '^[0-9a-zA-Z-_./: ]{1,50}$' startTime: - description: Group starting time; default value => group creation time + description: Group starting time (in UTC, conforming to RFC 3339 section 5.6); default value => group creation time type: string format: date-time stopTime: - description: Group expiration time; default value => startTime + 1 hour + description: Group expiration time (in UTC, conforming to RFC 3339 section 5.6); default value => startTime + 1 hour type: string format: date-time class: