Introduce docs (#5)

This commit is contained in:
Suchintan
2024-03-02 00:44:02 -05:00
committed by GitHub
parent 861114794a
commit 57ce4c7282
23 changed files with 1771 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: 'Create Plant'
openapi: 'POST /plants'
---

View File

@@ -0,0 +1,4 @@
---
title: 'Delete Plant'
openapi: 'DELETE /plants/{id}'
---

View File

@@ -0,0 +1,4 @@
---
title: 'Get Plants'
openapi: 'GET /plants'
---