mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user