Skip to content
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
16 changes: 14 additions & 2 deletions apps/docs/public/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,18 @@ components:
type: array
items:
type: string
example: [fabric]
example: [fabric]
game_versions:
type: array
items:
type: string
example: ['1.18', 1.18.1]
version_types:
type: array
items:
type: string
enum: [release, alpha, beta]
example: [release]
required:
- loaders
- game_versions
Expand Down Expand Up @@ -612,6 +618,12 @@ components:
items:
type: string
example: ['1.18', 1.18.1]
version_types:
type: array
items:
type: string
enum: [release, alpha, beta]
example: [release]
required:
- loaders
- game_versions
Expand Down Expand Up @@ -2865,7 +2877,7 @@ paths:
$ref: '#/components/schemas/HashList'
/version_files/update:
post:
summary: Latest versions of multiple project from hashes, loader(s), and game version(s)
summary: Latest versions of multiple projects from hashes, loader(s), and game version(s)
description: This is the same as [`/version_file/{hash}/update`](#operation/getLatestVersionFromHash) except it accepts multiple hashes.
operationId: getLatestVersionsFromHashes
tags:
Expand Down
Loading