ignore: docs test
This commit is contained in:
parent
c6d0ae892e
commit
3281888160
27 changed files with 1860 additions and 0 deletions
4
packages/docs/api-reference/endpoint/create.mdx
Normal file
4
packages/docs/api-reference/endpoint/create.mdx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Create Plant'
|
||||
openapi: 'POST /plants'
|
||||
---
|
||||
4
packages/docs/api-reference/endpoint/delete.mdx
Normal file
4
packages/docs/api-reference/endpoint/delete.mdx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Delete Plant'
|
||||
openapi: 'DELETE /plants/{id}'
|
||||
---
|
||||
4
packages/docs/api-reference/endpoint/get.mdx
Normal file
4
packages/docs/api-reference/endpoint/get.mdx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Get Plants'
|
||||
openapi: 'GET /plants'
|
||||
---
|
||||
4
packages/docs/api-reference/endpoint/webhook.mdx
Normal file
4
packages/docs/api-reference/endpoint/webhook.mdx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'New Plant'
|
||||
openapi: 'WEBHOOK /plant/webhook'
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue