No description
Find a file
CyberVitexus 0a788f7d65 Add POST endpoint for RunTemplate update
- Added POST method to /runtemplate/{runTemplateId}.{suffix}

- Supports partial updates of RunTemplate fields

- Requires id field in request body to match URL parameter

- Returns 201 on success, 400 on ID mismatch, 404 if not found
2025-11-22 22:39:49 +01:00
.vscode Add node_modules to .gitignore and include package-lock.json 2025-10-20 18:17:21 +02:00
templates/server slim dependencies moved from multiflexi package 2024-12-24 13:32:01 +01:00
.gitignore Add node_modules to .gitignore and include package-lock.json 2025-10-20 18:17:21 +02:00
.openapi-generator-ignore Initial commit 2024-12-07 01:58:19 +01:00
LICENSE Initial commit 2024-12-06 23:36:05 +01:00
Makefile endpoint "/status/" added 2024-12-19 12:17:43 +01:00
openapi-schema.yaml Add POST endpoint for RunTemplate update 2025-11-22 22:39:49 +01:00
openapitools.json Initial commit 2024-12-07 01:58:19 +01:00
package-lock.json Add node_modules to .gitignore and include package-lock.json 2025-10-20 18:17:21 +02:00
package.json Add node_modules to .gitignore and include package-lock.json 2025-10-20 18:17:21 +02:00
README.md Initial commit 2024-12-06 23:36:05 +01:00
regenerate.sh endpoint "/status/" added 2024-12-19 12:17:43 +01:00
server.yaml endpoint "/status/" added 2024-12-19 12:17:43 +01:00
WARP.md Add node_modules to .gitignore and include package-lock.json 2025-10-20 18:17:21 +02:00

multiflexi-api

MultiFlexi Api Generator