openapi: create migration endpoint
This commit is contained in:
15
openapi.yaml
15
openapi.yaml
@@ -312,6 +312,21 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/mapfixes/migrate:
|
||||
post:
|
||||
summary: Perform the Uploaded -> Released migration.
|
||||
operationId: migrateMapfixes
|
||||
tags:
|
||||
- Mapfixes
|
||||
responses:
|
||||
"204":
|
||||
description: Successful response
|
||||
default:
|
||||
description: General Error
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/mapfixes/{MapfixID}:
|
||||
get:
|
||||
summary: Retrieve map with ID
|
||||
|
||||
Reference in New Issue
Block a user