openapi: remove migration operation

This commit is contained in:
2025-07-25 23:07:46 -07:00
parent 692c915af8
commit b4a0041fb5

View File

@@ -80,21 +80,6 @@ paths:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/Error" $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: /maps:
get: get:
summary: Get list of maps summary: Get list of maps