forked from StrafesNET/maps-service
openapi: change to proxy download
This commit is contained in:
10
openapi.yaml
10
openapi.yaml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user