openapi: change to proxy download

This commit is contained in:
2025-06-24 05:17:14 -07:00
committed by Rhys Lloyd
parent a8ad9f7de0
commit cc93776c25

View File

@@ -158,10 +158,10 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
/maps/{MapID}/location:
/maps/{MapID}/download:
get:
summary: Get location of asset
operationId: getMapAssetLocation
summary: Download the map asset
operationId: downloadMapAsset
tags:
- Maps
parameters:
@@ -176,10 +176,10 @@ paths:
"200":
description: Successful response
content:
text/plain:
application/octet-stream:
schema:
type: string
maxLength: 1024
format: binary
default:
description: General Error
content: