add REST API outline as discussed

This commit is contained in:
Valentin Gagarin 2025-07-10 00:18:31 +02:00
parent 3d55b459c2
commit 798522c747

View file

@ -15,3 +15,14 @@ Attendees: @fricklerhandwerk @niols @kiara
- tried patching the workflow to enable automatic dependency updates, made small progress
- we can do dependency bumps manually for now
- will pause work on CI until the technical report is done
- todo for end-to-end beta: (REST) API for interacting with a runtime environment (general idea already settled in earlier discussions)
- GET json schema for configuring applications
- GET configuration
- POST configuration
- POST deploy
- GET deployment (version, config, status, ...)
- GET (stream) deployment progress
- Webhook: deployment state updates, e.g. completed, failed, ...
- TODO: workflow for migration
- ...
-