Skip to content

Commit

Permalink
add download count to Mod and ModVersion in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 20, 2024
1 parent 3d339ff commit c16da69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ components:
type: array
items:
$ref: "#/components/schemas/ModDeveloper"
download_count:
type: integer
tags:
type: array
items:
Expand Down Expand Up @@ -532,6 +534,8 @@ components:
- Devtools
validated:
type: boolean
download_count:
type: integer
description:
type: string
early_load:
Expand Down

0 comments on commit c16da69

Please sign in to comment.