mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Merge pull request #1175 from denis99999/patch-1
Update description of Group API in swagger file
This commit is contained in:
commit
dc5f287de6
1 changed files with 2 additions and 2 deletions
|
@ -2335,11 +2335,11 @@ definitions:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^[0-9a-zA-Z-_./: ]{1,50}$'
|
pattern: '^[0-9a-zA-Z-_./: ]{1,50}$'
|
||||||
startTime:
|
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
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
stopTime:
|
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
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
class:
|
class:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue