43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
---
|
|
name: dev-routes
|
|
description: Handle 4 OpenAPI operation(s) under /api/v1/dev for the dev route group.
|
|
---
|
|
|
|
# dev API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /api/v1/dev for the dev route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### config_api_v1_dev_config_get
|
|
|
|
- Operation ID: `config_api_v1_dev_config_get`
|
|
- Route: `GET /api/v1/dev/config`
|
|
- Mode: READ
|
|
- Summary: Get LearnHouse runtime config
|
|
|
|
### migrate_api_v1_dev_migrate_orgconfig_v0_to_v1_post
|
|
|
|
- Operation ID: `migrate_api_v1_dev_migrate_orgconfig_v0_to_v1_post`
|
|
- Route: `POST /api/v1/dev/migrate_orgconfig_v0_to_v1`
|
|
- Mode: WRITE
|
|
- Summary: Migrate organization config v0 to v1
|
|
|
|
### migratev1_1_api_v1_dev_migrate_orgconfig_v1_to_v1_1_post
|
|
|
|
- Operation ID: `migratev1_1_api_v1_dev_migrate_orgconfig_v1_to_v1_1_post`
|
|
- Route: `POST /api/v1/dev/migrate_orgconfig_v1_to_v1.1`
|
|
- Mode: WRITE
|
|
- Summary: Migrate organization config v1 to v1.1
|
|
|
|
### migratev1_2_api_v1_dev_migrate_orgconfig_v1_to_v1_2_post
|
|
|
|
- Operation ID: `migratev1_2_api_v1_dev_migrate_orgconfig_v1_to_v1_2_post`
|
|
- Route: `POST /api/v1/dev/migrate_orgconfig_v1_to_v1.2`
|
|
- Mode: WRITE
|
|
- Summary: Migrate organization config v1 to v1.2
|