Docs init

This commit is contained in:
Ahmad 2024-11-12 17:22:40 -05:00
parent b5cc760f16
commit fd4ecc04e0
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
24 changed files with 1782 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'
---