Skip to content

Commit fb92980

Browse files
committed
fix: update docs to state createdDate is now the default sort order
Signed-off-by: Paul Horton <[email protected]>
1 parent a2e9c6e commit fb92980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@ components:
348348
type: string
349349
example: 1.2.3
350350
createdDate:
351-
description: Timestamp when this Release was created in TEA
351+
description: Timestamp when this Release was created in TEA (for sorting purposes)
352352
"$ref": "#/components/schemas/date-time"
353353
releaseDate:
354-
description: Timestamp of the release (for sorting purposes)
354+
description: Timestamp of the release
355355
"$ref": "#/components/schemas/date-time"
356356
preRelease:
357357
type: boolean

0 commit comments

Comments
 (0)