Password promt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# API Contracts: Migration UI Improvements
|
||||
|
||||
**Date**: 2025-12-27 | **Status**: Draft
|
||||
**Date**: 2025-12-27 | **Status**: Implemented
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -18,7 +18,7 @@ All endpoints require authentication using the existing session mechanism.
|
||||
|
||||
### 1. List Migration Tasks
|
||||
|
||||
**Endpoint**: `GET /tasks`
|
||||
**Endpoint**: `GET /api/tasks`
|
||||
|
||||
**Purpose**: Retrieve a paginated list of migration tasks
|
||||
|
||||
@@ -26,7 +26,7 @@ All endpoints require authentication using the existing session mechanism.
|
||||
```
|
||||
limit: integer (query, optional) - Number of tasks to return (default: 10, max: 50)
|
||||
offset: integer (query, optional) - Pagination offset (default: 0)
|
||||
status: string (query, optional) - Filter by task status (PENDING, RUNNING, SUCCESS, FAILED, AWAITING_INPUT)
|
||||
status: string (query, optional) - Filter by task status (PENDING, RUNNING, SUCCESS, FAILED, AWAITING_INPUT, AWAITING_MAPPING)
|
||||
```
|
||||
|
||||
**Response**: `200 OK`
|
||||
|
||||
Reference in New Issue
Block a user