chore: format code
This commit is contained in:
parent
3281888160
commit
cc35e6a019
19 changed files with 120 additions and 176 deletions
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: 'Create Plant'
|
||||
openapi: 'POST /plants'
|
||||
title: "Create Plant"
|
||||
openapi: "POST /plants"
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: 'Delete Plant'
|
||||
openapi: 'DELETE /plants/{id}'
|
||||
title: "Delete Plant"
|
||||
openapi: "DELETE /plants/{id}"
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: 'Get Plants'
|
||||
openapi: 'GET /plants'
|
||||
title: "Get Plants"
|
||||
openapi: "GET /plants"
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: 'New Plant'
|
||||
openapi: 'WEBHOOK /plant/webhook'
|
||||
title: "New Plant"
|
||||
openapi: "WEBHOOK /plant/webhook"
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue