Skip to content

Commit

Permalink
fix(openapi): time entry comments are plain strings
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Feb 19, 2025
1 parent ba78268 commit 33def4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/api/apiv3/components/schemas/time_entry_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ properties:
description: The id of the time entry
minimum: 1
comment:
allOf:
- $ref: "./formattable.yml"
- description: A comment to the time entry
type: string
description: A comment to the time entry
spentOn:
type: string
format: date
Expand Down

0 comments on commit 33def4c

Please sign in to comment.