Skip to content

Commit

Permalink
Fixing more typos in silo meta copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed May 16, 2024
1 parent 1d39fcc commit 9f4ba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/silo_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ components:
SiloMeta:
properties:
created_at:
description: The date and time the silo entry was created.
description: Timestamp of when the row was created.
example: "2018-01-01T00:00:00.000Z"
title: Created At
type: string
Expand Down Expand Up @@ -764,7 +764,7 @@ components:
title: Source
type: string
updated_at:
description: The date and time the silo entry was last updated.
description: Timestamp of when the row was last updated.
example: "2018-01-01T00:00:00.000Z"
title: Updated At
type: string
Expand Down

0 comments on commit 9f4ba97

Please sign in to comment.