diff --git a/openapi/silo_v1.yaml b/openapi/silo_v1.yaml index 86586cc..e0f6d4c 100644 --- a/openapi/silo_v1.yaml +++ b/openapi/silo_v1.yaml @@ -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 @@ -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