mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 22:50:12 -08:00
Initial commit
This commit is contained in:
4
api-reference/endpoint/create.mdx
Normal file
4
api-reference/endpoint/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Create Plant'
|
||||
openapi: 'POST /plants'
|
||||
---
|
||||
4
api-reference/endpoint/delete.mdx
Normal file
4
api-reference/endpoint/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Delete Plant'
|
||||
openapi: 'DELETE /plants/{id}'
|
||||
---
|
||||
4
api-reference/endpoint/get.mdx
Normal file
4
api-reference/endpoint/get.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Get Plants'
|
||||
openapi: 'GET /plants'
|
||||
---
|
||||
4
api-reference/endpoint/webhook.mdx
Normal file
4
api-reference/endpoint/webhook.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'New Plant'
|
||||
openapi: 'WEBHOOK /plant/webhook'
|
||||
---
|
||||
Reference in New Issue
Block a user