Skip to content

Commit

Permalink
fix: updated example for ISO date in item_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyxdd committed Aug 20, 2024
1 parent 1c4c5bd commit 0548637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,11 +1190,11 @@ components:
start_date_iso:
description: Activity start date
type: string
example: 2024-02-22
example: "2024-02-22"
end_date_iso:
description: Activity end date
type: string
example: 2024-02-22
example: "2024-02-22"
activity_type:
description: Type of activity
type: string
Expand Down

0 comments on commit 0548637

Please sign in to comment.