openapi: create migration endpoint

This commit is contained in:
2025-08-15 17:13:59 -07:00
parent efd60f45df
commit b5b07ec1ce

View File

@@ -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