forked from StrafesNET/maps-service
openapi: maps migration endpoint
This commit is contained in:
15
openapi.yaml
15
openapi.yaml
@@ -80,6 +80,21 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/migrate-maps:
|
||||
post:
|
||||
summary: Perform maps migration
|
||||
operationId: migrateMaps
|
||||
tags:
|
||||
- Maps
|
||||
responses:
|
||||
"200":
|
||||
description: Successful response
|
||||
default:
|
||||
description: General Error
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/maps:
|
||||
get:
|
||||
summary: Get list of maps
|
||||
|
||||
Reference in New Issue
Block a user