Skip to content

Commit

Permalink
Merge pull request openstf#1175 from denis99999/patch-1
Browse files Browse the repository at this point in the history
Update description of Group API in swagger file
  • Loading branch information
koral-- committed Feb 14, 2020
2 parents fdc4846 + 4aa72e7 commit dc5f287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/units/api/swagger/api_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc5f287

Please sign in to comment.