Skip to content

Commit

Permalink
chore: Use correct ype
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed May 20, 2024
1 parent 20407f4 commit 05ed9cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reference/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2864,9 +2864,9 @@ paths:
id:
type: integer
start:
type: integer
type: number
end:
type: integer
type: number
mediaId:
type: integer
url:
Expand Down Expand Up @@ -3323,7 +3323,7 @@ paths:
start:
type: number
end:
type: integer
type: number
mediaId:
type: integer
description:
Expand Down

0 comments on commit 05ed9cf

Please sign in to comment.