docs(api): use mintlify for API specs

This commit is contained in:
pedrooot
2025-10-30 18:58:05 +01:00
parent f831171a21
commit 77089eba57
136 changed files with 23969 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
title: "Delete Task"
api: "DELETE /api/v1/tasks/{id}"
description: "delete background tasks."
---
Manage asynchronous tasks.
+7
View File
@@ -0,0 +1,7 @@
---
title: "List Task"
api: "GET /api/v1/tasks"
description: "list background tasks."
---
Manage asynchronous tasks.
+7
View File
@@ -0,0 +1,7 @@
---
title: "Retrieve Task"
api: "GET /api/v1/tasks/{id}"
description: "retrieve background tasks."
---
Manage asynchronous tasks.