From 46908e65a18df6fc9e3ed3226b3b5b7bb7616bf2 Mon Sep 17 00:00:00 2001 From: Kevin Petremann Date: Thu, 28 Mar 2024 12:17:17 +0100 Subject: [PATCH] docs(daapi): document /api/build/trigger --- docs/docs/Data-Aggregation-API/design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/Data-Aggregation-API/design.md b/docs/docs/Data-Aggregation-API/design.md index 7084475..5931074 100644 --- a/docs/docs/Data-Aggregation-API/design.md +++ b/docs/docs/Data-Aggregation-API/design.md @@ -110,6 +110,7 @@ Note: `afk_enabled` can be used to enable or disable AFK schedule in Salt via `a | Endpoint | Description | |------------|-----------| +| `/api/build/trigger` | Trigger a new build, only one at a time | | `/metrics` | Prometheus metrics | | `/api/version` | Details about the running version | | `/api/health` | Dummy endpoint for basic healthcheck of the app |