Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

(no ticket): [update] Widgets, change widget datetime string format to one that exists #1494

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions reference/widgets.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -753,11 +753,11 @@ components:
description: The HTML layout which defines complex positioning for placements.
date_created:
type: string
format: datetime
format: date-time
description: The date on which this object was initially created.
date_modified:
type: string
format: datetime
format: date-time
description: The date on which this object was last updated.
title: Layout
meta:
Expand Down Expand Up @@ -854,11 +854,11 @@ components:
description: The HTML layout which defines complex positioning for placements.
date_created:
type: string
format: datetime
format: date-time
description: The date on which this object was initially created.
date_modified:
type: string
format: datetime
format: date-time
description: The date on which this object was last updated.
title: Layout
PlacementsCollection_Resp:
Expand Down Expand Up @@ -1385,11 +1385,11 @@ components:
description: The kind of widget template.
date_created:
type: string
format: datetime
format: date-time
description: The date on which this object was initially created.
date_modified:
type: string
format: datetime
format: date-time
description: The date on which this object was last updated.
current_version_uuid:
type: string
Expand All @@ -1415,11 +1415,11 @@ components:
$ref: '#/components/schemas/widgetTemplate_Full'
date_created:
type: string
format: datetime
format: date-time
description: The date on which this object was initially created.
date_modified:
type: string
format: datetime
format: date-time
description: The date on which this object was last updated.
version_uuid:
type: string
Expand Down Expand Up @@ -1517,11 +1517,11 @@ components:
description: The template file that you would like to target.
date_created:
type: string
format: datetime
format: date-time
description: The date on which this object was initially created.
date_modified:
type: string
format: datetime
format: date-time
description: The date on which this object was last updated.
channel_id:
type: integer
Expand Down
Loading